@-webkit-keyframes moveUp {
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes moveUp {
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes spin-rotate-left {
    100% {
        transform: rotate(30deg);
    }

    0% {
        transform: rotate(175deg);
    }
}

@-webkit-keyframes spin-rotate-left {
    100% {
        transform: rotate(30deg);
    }

    0% {
        transform: rotate(175deg);
    }
}

@keyframes spin-rotate-right {
    0% {
        transform: rotate(-175deg);
    }

    100% {
        transform: rotate(-30deg);
    }
}

@-webkit-keyframes spin-rotate-right {
    0% {
        transform: rotate(-175deg);
    }

    100% {
        transform: rotate(-30deg);
    }
}

@keyframes spin-rotate-all {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin-rotate-all {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes spin-fade-in-first {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes spin-fade-in-first {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes spin-fade-in-second {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes spin-fade-in-second {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes markerWave {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    20% {
        opacity: 0.8;
    }

    100% {
        transform: scale(5.5);
        opacity: 0;
    }
}

@keyframes markerWave {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    20% {
        opacity: 0.8;
    }

    100% {
        transform: scale(5.5);
        opacity: 0;
    }
}

@-webkit-keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0px;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0px;
    }
}

.key {
    border: 2px solid black;
}

.key-services-info {
    background-color: rgb(37, 37, 43);
}

.ft-heading {
    font-family: "Playfair Display", sans-serif;
}

body b, body strong {
    font-family: "Futura Md BT", sans-serif;
}

html {
    box-sizing: border-box;
}

a {
    transition: 300ms;
    color: rgb(193, 193, 193);
}

a.rev-btn {
    transition: none;
}

a, a:hover, a:focus, a::before, a::after {
    outline: none;
    text-decoration: none;
}

a:hover, a:focus {
    color: rgb(204, 189, 153);
}

*, ::before, ::after {
    box-sizing: inherit;
}

p {
    margin-bottom: 15px;
    font-family: Poppins, sans-serif;
}

body {
    background-color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
    color: rgb(119, 119, 119);
    overflow-x: hidden;
    font-weight: normal;
    letter-spacing: 0px;
    overflow-wrap: break-word;
}

body.body-default-font {
    font-family: Poppins, sans-serif;
}

.site {
    position: relative;
}

.font-default-light {
    font-family: Poppins, sans-serif;
}

.font-default-normal {
   font-family: Poppins, sans-serif;
}

.font-default-medium {
font-family: Poppins, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.font-default-bold {
    font-weight: bold;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-family: Futura, sans-serif !important;
}

.font-default-heavy {
    font-family: Poppins, sans-serif;
    -webkit-font-smoothing: antialiased;
}

h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: rgb(77, 77, 77);
    clear: both;
    line-height: 1.2;
    margin: 0px 0px 15px;
    font-weight: 500;
}

.heading-default-font h1, .heading-default-font h2, .heading-default-font h3, .heading-default-font h4, .heading-default-font h5, .heading-default-font h6, .heading-default-font .h1, .heading-default-font .h2, .heading-default-font .h3, .heading-default-font .h4, .heading-default-font .h5, .heading-default-font .h6 {
    letter-spacing: inherit;
    font-family: Poppins, sans-serif;
}

h1, .h1 {
    font-size: 50px;
}

@media screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 40px;
    }
}

h2, .h2 {
    font-size: 40px;
}

@media screen and (max-width: 575px) {
    h2, .h2 {
        font-size: 30px;
        line-height: 1.6;
    }
}

@media (max-width: 500px) {
    h4, .h4 {
        font-size: 12px !important;
    }
}

h3, .h3 {
    font-size: 25px;
}

h4, .h4 {
    font-size: 16px;
    line-height: 25px;
}

@media (max-width: 500px) {
    h4, .h4 {
        font-size: 12px !important;
        line-height: 15px;
    }
}

h5, .h5 {
    font-size: 17px;
    font-weight: 500;
}

h6, .h6 {
    font-size: 15px;
    font-weight: 500;
}

.title-underline {
    position: relative;
    padding-bottom: 13px;
    display: inline-block;
}

.title-underline::after {
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: rgb(222, 194, 102);
    left: 0px;
    bottom: 0px;
}

.title-underline.underline__center::after {
    left: 50%;
    transform: translateX(-50%);
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

label {
    margin-bottom: 0px;
}

table {
    border-bottom: 1px solid rgb(237, 237, 237);
    border-left: 1px solid rgb(237, 237, 237);
    border-collapse: collapse;
    border-spacing: 0px;
    line-height: 2;
    margin: 0px 0px 32px;
    width: 100%;
    border-radius: 0px;
}

caption, td {
    font-weight: normal;
    text-align: left;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 13px 8px;
}

th {
    font-weight: 600;
    border-top: 1px solid rgb(237, 237, 237);
    padding: 10px;
    border-right: 1px solid rgb(237, 237, 237);
}

td {
    border-top: 1px solid rgb(237, 237, 237);
    padding: 10px;
    border-right: 1px solid rgb(237, 237, 237);
}

dl {
    margin: 0px 0px 0px 25px;
}

dl dt {
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(0, 0, 0);
}

dl dd {
    line-height: normal;
    margin-bottom: 20px;
}

dl dd a {
    color: rgb(0, 0, 0);
}

dl dd a:hover {
    color: rgb(204, 189, 153);
}

code, kbd {
    background-color: transparent;
    border-radius: 4px;
    color: inherit;
    font-size: 100%;
    padding: 2px 4px;
    box-shadow: none;
}

ins {
    color: rgb(255, 255, 255);
    border: none;
    padding: 2px;
    text-decoration: none;
    background-color: rgb(204, 189, 153);
}

pre {
    background: rgb(245, 245, 245);
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin: 20px 0px;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

ol {
    list-style: outside none decimal;
    padding-left: 15px;
}

ul {
    padding: 0px;
    margin: 0px 0px 15px;
}

ul li {
    list-style-position: inside;
}

dl + h2 + ul {
    padding-left: 2px;
    list-style: outside;
    margin-bottom: 20px;
}

dl + h2 + ul ul {
    padding-left: 17px;
}

dl + h2 + ul ul li {
    list-style: outside;
}

dl + h2 + ul ul li ul {
    padding-left: 0px;
}

ul + h2 + ol {
    padding-left: 25px;
    margin-bottom: 18px;
}

.entry-content .wp-block-cover {
    margin-bottom: 1.5em;
}

.entry-content .wp-block-cover .wp-block-cover-text {
    color: rgb(255, 255, 255);
}

.entry-content .wp-block-cover .wp-block-cover-text a {
    text-decoration: underline;
}

.entry-content .wp-block-cover .wp-block-cover-text a:hover {
    text-decoration: none;
}

.entry-content .wp-block-cover .wp-block-cover-image {
    margin-bottom: 1.5em;
}

.post-password-form label {
    display: block;
    max-width: 60%;
}

.post-password-form input {
    margin: 10px 0px;
}

@media screen and (max-width: 767px) {
    .post-password-form label {
        max-width: 60%;
    }
}

#tslOverlay {
    background-color: transparent !important;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0px 8px 8px 0px;
}

.wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 8px;
}

blockquote p {
    font-size: 20px;
    line-height: 32px;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}

.paginate-links {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

.paginate-links a, .paginate-links > span {
    margin: 0px 0px 0px 10px;
    position: relative;
    border: 0px solid rgb(108, 192, 0);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    text-transform: capitalize;
    transition: 500ms;
    border-radius: 3px;
}

.paginate-links a {
    background: rgb(224, 224, 224);
    color: rgb(0, 0, 0);
}

.wp-block-button__link {
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 700;
}

.blog-post.blog-single .dlab-post-text > p:first-child::first-letter {
    color: rgb(0, 0, 0);
    font-size: 100px;
    float: left;
    margin-right: 20px;
    margin-bottom: 14px;
    margin-top: 15px;
}

.has-large-font-size {
    font-size: 36px;
    line-height: 50px;
    color: rgb(0, 0, 0);
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0px;
    margin: 40px 0px;
}

hr {
    margin-top: 48px;
    margin-bottom: 48px;
}

.single-hentry p a {
    color: var(--primary-color);
}

.primary-menu .sub-menu li a:hover {
    color: rgb(160, 131, 65);
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0px 5px 10px 0px;
    position: relative;
}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    height: 100%;
    margin: 0px;
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
        align-items: flex-end;
        display: flex;
        justify-content: flex-start;
    }
}

.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
        width: auto;
    }
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
    bottom: 0px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        flex: 1 1 0%;
        height: 100%;
        object-fit: cover;
    }
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 8px);
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0px;
}

.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    margin-right: 0px;
    width: 100%;
}

@media (min-width: 600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 5px;
        width: calc(33.3333% - 10.6667px);
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 5px;
        width: calc(25% - 12px);
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 5px;
        width: calc(20% - 12.8px);
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 5px;
        width: calc(16.6667% - 13.3333px);
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 5px;
        width: calc(14.2857% - 13.7143px);
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 5px;
        width: calc(12.5% - 14px);
    }

    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0px;
    }
}

.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0px;
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%;
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%;
}

.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    display: flex;
}

.aligncenter {
    text-align: center;
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center;
}

.wp-block-table {
    font-size: 17px;
    font-family: Roboto, Arial, sans-serif;
}

.wp-block-table th, .wp-block-table td {
    background: rgb(255, 255, 255);
    padding: 10px 15px;
    border-width: 1px 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(228, 228, 228);
    border-bottom-color: rgb(228, 228, 228);
    border-image: initial;
    border-right-style: initial;
    border-right-color: initial;
    border-left-style: initial;
    border-left-color: initial;
}

.wp-block-table tr:nth-child(2n+1) td {
    background: rgb(250, 250, 250);
}

.thm-unit-test table tbody tr td {
    border-width: 1px 0px !important;
}

.content-spacious-full > p img.alignnone, .content-spacious-full .wp-caption.alignnone, .content-spacious-full figure.alignnone, .content-spacious-full .alignwide, .content-spacious-full .alignfull, .content-spacious-full .gallery {
    margin-left: -190px;
    margin-right: -190px;
    width: calc(100% + 380px);
    max-width: 100vw;
}

.no-sidebar .post-content .alignfull {
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
}

#site-header-wrap.header-layout5 .site-header-main {
    background-color: rgb(166, 27, 32);
}

#site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li > a {
    color: white;
}

.content-spacious-full .alignnone, .content-spacious-full .wp-block-embed, .content-spacious-full .wp-block-image:not(.alignleft):not(.alignright), .content-spacious-full .wp-block-gallery {
    margin-top: calc(40px + 0.25vw);
    margin-bottom: calc(40px + 0.25vw);
}

.wp-block-pullquote {
    padding: 0px;
}

.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
    margin-top: 0px;
    margin-bottom: 10px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 16px 20px 16px 80px;
}

pre {
    margin: 0px 0px 30px;
    padding: 20px;
    color: rgb(221, 221, 221);
    background-color: rgb(34, 34, 34);
    white-space: pre;
    text-shadow: rgb(0, 0, 0) 0px 1px 0px;
    border-radius: 5px;
    border-bottom: 1px solid rgb(85, 85, 85);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 5px inset, rgba(0, 0, 0, 0.2) 0px 0px 20px inset;
}

.wp-block-latest-posts, .wp-block-categories-list, .wp-block-archives-list {
    list-style: none;
    margin-left: 0px !important;
}

.wp-block-latest-posts li, .wp-block-categories-list li, .wp-block-archives-list li {
    border-bottom: 1px solid rgba(102, 102, 102, 0.11);
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0px;
    line-height: 20px;
}

.wp-block-latest-posts li a, .wp-block-categories-list li a, .wp-block-archives-list li a {
    color: rgb(118, 118, 118);
}

.wp-block-latest-posts li::before, .wp-block-categories-list li::before, .wp-block-archives-list li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    display: block;
    font-family: FontAwesome;
}

.wp-block-categories-list li a {
    float: left;
}

.wp-block-categories-list li {
    text-align: right;
}

.wp-block-cover, .wp-block-cover-image {
    margin: 0px 0px 30px;
}

.single-hentry .wp-block-gallery {
    margin-left: 0px;
}

@media only screen and (min-width: 1200px) {
    .content-spacious-full {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }

    .content-spacious-full .wp-block-gallery {
        margin-left: calc(-205px);
        margin-right: calc(-205px);
        width: calc(100% + 410px);
        max-width: initial;
    }

    .content-spacious-full .alignwide {
        margin-left: calc(-195px);
        margin-right: calc(-195px);
        width: calc(100% + 390px);
        max-width: initial;
    }

    .content-spacious-full .alignfullwide {
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        margin-left: calc(50% - 50vw - (var(--content-share-ml, 0px)/2)) !important;
    }

    .blog-post.blog-single .dlab-post-text .wp-block-gallery {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
}

.link-white {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
}

.link-white a {
    color: rgb(204, 189, 153);
}

.link-white a:hover {
    color: rgb(255, 255, 255);
}

.z-index99 {
    z-index: 99;
    position: relative;
}

.text-block {
    font-size: 15px;
    line-height: 23px;
}

.z-index-top {
    z-index: 888;
    position: relative;
}

.font-smooth {
    -webkit-font-smoothing: antialiased;
}

.d-table {
    display: table;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.br-1px {
    border-radius: 1px;
}

.br-2px {
    border-radius: 2px;
}

.br-3px {
    border-radius: 3px;
}

.br-4px {
    border-radius: 4px;
}

.br-5px {
    border-radius: 5px;
}

.br-6px {
    border-radius: 6px;
}

.br-7px {
    border-radius: 7px;
}

.br-8px {
    border-radius: 8px;
}

.br-9px {
    border-radius: 9px;
}

.br-10px {
    border-radius: 10px;
}

.z-index0 {
    z-index: 0;
    position: relative;
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.scale-hover {
    cursor: pointer;
    overflow: hidden;
}

.scale-hover img {
    transition: 1s;
}

.scale-hover:hover img {
    opacity: 0.9;
    transform: scale3d(1.1, 1.1, 1);
}

.circle-image img {
    border-radius: 50% !important;
}

.screen-reader-text {
    display: none;
}

#content[tabindex="-1"]:focus {
    outline: 0px;
}

.alignleft, .alignright, .aligncenter {
    margin-top: 6px;
    margin-bottom: 45px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 35px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 35px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bg-overlay {
    position: relative;
}

.bg-overlay::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: inherit;
    display: block;
}

.el-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.box-white {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
    border-radius: 6px;
    padding: 29px;
}

.box-white .menu li {
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
}

.color-primary {
    color: rgb(193, 157, 70) !important;
    text-transform: uppercase;
}

.color-secondary {
    color: rgb(28, 28, 35) !important;
}

.bg-primary {
    background-color: rgb(204, 189, 153) !important;
}

.br-radius {
    border-radius: 4px;
}

.cms-box {
    padding: 30px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 5px;
}

.site-overlay {
    position: fixed;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    cursor: url("../images/pointer.png"), auto;
}

.site-overlay.open {
    z-index: 9990;
    opacity: 1;
    visibility: visible;
}

.cms-bgimage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.row-visible {
    overflow: visible !important;
}

.cms-icon-plus {
    height: 10px;
    width: 10px;
    position: relative;
    display: inline-block;
}

.cms-icon-plus::before, .cms-icon-plus::after {
    content: "";
    background-color: rgb(119, 119, 119);
    position: absolute;
    transition: 300ms linear;
}

.cms-icon-plus::before {
    width: 100%;
    height: 2px;
    top: 4px;
    left: 0px;
}

.cms-icon-plus::after {
    width: 2px;
    height: 100%;
    left: 4px;
    top: 0px;
}

.overlay-gradient {
    position: relative;
    overflow: hidden;
    display: block;
}

.overlay-gradient::before, .overlay-gradient::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 300ms linear;
}

.overlay-gradient::before {
    z-index: 2;
}

.overlay-gradient::after {
    background-color: rgb(28, 28, 35);
    opacity: 0.3;
    z-index: 1;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.text-right, .align-right {
    text-align: right;
}

.text-left, .align-left {
    text-align: left;
}

.text-center, .align-center {
    text-align: center;
}

.align-justified {
    width: 100%;
}

.h-main {
    font-weight: 700;
}

.border-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 6px 6px 0px;
    border: 2px solid rgb(28, 28, 35);
}

.l-spacing1 {
    letter-spacing: -0.016em;
}

.landing-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px;
}

.style-none {
    list-style: none;
    margin: 0px;
}

.line-gap {
    background-color: rgb(235, 235, 234);
    height: 1px;
    margin-left: 15px;
    width: calc(100% - 30px);
}

.z-index-1 {
    z-index: 1;
}

.cms-menu {
    margin: 0px;
    list-style: none;
}

.cms-menu > li {
    display: inline-block;
}

.cms-menu > li > a {
    color: rgb(28, 28, 35);
    font-size: 14px;
    margin: 0px 16px;
    position: relative;
}

.cms-menu > li > a::before {
    content: "";
    width: 1px;
    height: 13px;
    background-color: rgb(231, 231, 231);
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: -16px;
}

#site-header-wrap.header-layout5 .site-header-main {
    background-color: rgb(107 0 4);
}

#site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li > a {
    font-weight: 500;
}

#site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li > a:hover {
    color: rgb(160, 131, 65);
}

.cms-menu > li:hover > a, .cms-menu > li.current_page_item > a, .cms-menu > li.current-menu-item > a, .cms-menu > li.current_page_ancestor > a, .cms-menu > li.current-menu-ancestor > a {
    color: rgb(204, 189, 153);
}

.cms-menu > li:last-child > a {
    margin-right: 0px;
}

.cms-menu > li:last-child > a::before {
    display: none;
}

.cms-menu .sub-menu {
    display: none;
}

.cms-menu.footer-menu > li > a {
    margin: 0px 12px;
    color: rgb(142, 142, 142);
}

.cms-menu.footer-menu > li:hover > a, .cms-menu.footer-menu > li.current_page_item > a, .cms-menu.footer-menu > li.current-menu-item > a, .cms-menu.footer-menu > li.current_page_ancestor > a, .cms-menu.footer-menu > li.current-menu-ancestor > a {
    color: rgb(204, 189, 153);
}

.cms-menu.footer-menu > li:last-child > a {
    margin-right: 0px;
}

.row-boxshadow-top {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 7px -6px inset;
}

.row-boxshadow-bottom {
    box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 7px -6px inset;
}

@media screen and (min-width: 768px) {
    .box-shadow-white > .vc_column-inner > .wpb_wrapper, .box-shadow-white > .vc_column-inner > .wpb_wrapper .cms-google-map {
        box-shadow: rgb(252, 252, 252) -90px 0px 110px inset, rgb(252, 252, 252) 90px 0px 110px inset, rgb(252, 252, 252) 0px 90px 110px inset, rgb(252, 252, 252) 0px -90px 110px inset;
    }

    .box-shadow-white > .vc_column-inner > .wpb_wrapper .map-render {
        z-index: -1;
    }
}

@media screen and (min-width: 992px) {
    .flex {
        display: -webkit-flex;
        flex-wrap: wrap;
    }

    .flex .flex-col {
        flex-wrap: wrap;
        align-items: center;
        display: -webkit-flex !important;
    }

    .flex-two {
        display: -webkit-flex;
        flex-flow: wrap;
    }

    .flex-two .flex-col {
        flex: 1 0 0px;
        flex-wrap: wrap;
        align-items: center;
        display: -webkit-flex !important;
    }
}

@media screen and (min-width: 992px) {
    .text-left-lg {
        text-align: left !important;
    }

    .text-right-lg {
        text-align: right !important;
    }
}

@media screen and (max-width: 1199px) {
    .align-center-md {
        text-align: center;
    }

    .align-left-md {
        text-align: left;
    }

    .align-right-md {
        text-align: right;
    }

    .align-justified-md {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .text-center-md {
        text-align: center !important;
    }

    .text-left-md {
        text-align: left !important;
    }

    .text-right-md {
        text-align: right !important;
    }

    .align-center-sm {
        text-align: center;
    }

    .align-left-sm {
        text-align: left;
    }

    .align-right-sm {
        text-align: right;
    }

    .align-justified-sm {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .text-center-sm {
        text-align: center !important;
    }

    .text-left-sm {
        text-align: left !important;
    }

    .text-right-sm {
        text-align: right !important;
    }

    .align-center-xs {
        text-align: center;
    }

    .align-left-xs {
        text-align: left;
    }

    .align-right-xs {
        text-align: right;
    }

    .align-justified-xs {
        width: 100%;
    }

    .sm-no-box-shadow .elementor-column-wrap {
        box-shadow: none !important;
    }
}

@media screen and (max-width: 1279px) {
    .responsive-hide {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .column-wrap-border {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
    margin: 0px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(211, 211, 211);
    color: rgb(119, 119, 119);
    padding: 8px 15px;
    height: 48px;
    line-height: 48px;
    font-size: 13px;
    transition: 300ms linear;
    box-shadow: none;
    width: 100%;
    outline: none;
}

input[type="text"]:focus, input[type="text"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="range"]:focus, input[type="range"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="color"]:focus, input[type="color"]:active, textarea:focus, textarea:active, select:focus, select:active, .nice-select:focus, .nice-select:active {
    border-color: rgb(222, 194, 102);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 9px 2px;
}

select {
    height: 48px;
    margin-bottom: 7px;
}

textarea {
    line-height: normal;
    padding-top: 14px;
    padding-bottom: 14px;
    height: 104px;
}

textarea.ct_message {
    height: 245px;
}

textarea.ctc_message {
    height: 135px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
    outline: 0px;
    border-color: rgb(204, 189, 153);
}

input[type="checkbox"]:checked::after {
    background: red;
    color: rgb(255, 255, 255);
}

.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: block;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
    border-color: rgb(241, 60, 60) !important;
}

.wpcf7-form .wpcf7-response-output {
    border: medium none;
    font-style: italic;
    padding: 0px;
    margin: 20px 0px 0px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: rgb(57, 143, 20);
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: rgb(241, 60, 60);
}

.wpcf7-form .wpcf7-submit {
    margin-top: 8px;
}

.wpcf7-form .ajax-loader {
    display: none !important;
}

.wpcf7-form .ct-row {
    margin-left: -10px;
    margin-right: -10px;
}

.wpcf7-form .ct-row .ct-input {
    padding-left: 10px;
    padding-right: 10px;
}

.wpcf7-form .ct-row input[type="submit"] {
    margin-top: 8px;
}

.wpcf7-form .contact-side-title {
    font-size: 20px;
    letter-spacing: 0.03em;
    padding: 20px 25px;
    background-color: rgb(28, 28, 35);
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.wpcf7-form .contact-side-content {
    border: 1px solid rgb(216, 216, 216);
    padding: 14px 25px 35px;
}

.wpcf7-form .contact-side-content p {
    font-size: 15px;
    color: rgb(28, 28, 35);
}

.wpcf7-form .wpcf7-list-item {
    margin: 2px 30px 0px 0px;
    display: inline-flex;
    align-items: baseline;
    position: relative;
}

@media screen and (max-width: 767px) {
    .wpcf7-form .wpcf7-list-item {
        margin-bottom: 15px;
    }
}

.wpcf7-form .wpcf7-list-item input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
}

.wpcf7-form .wpcf7-list-item input[type="radio"] + span {
    position: relative;
    padding-left: 27px;
    font-size: 13px;
}

.wpcf7-form .wpcf7-list-item input[type="radio"] + span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    cursor: pointer;
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid rgb(234, 234, 234);
    border-radius: 15px;
}

.wpcf7-form .wpcf7-list-item input[type="radio"] + span::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    left: 5px;
    top: 3px;
    background-color: transparent;
}

.wpcf7-form .wpcf7-list-item input[type="radio"]:checked + span::after {
    background-color: rgb(204, 189, 153);
}

.wpcf7-form .wpcf7-list-item input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
}

.wpcf7-form .wpcf7-list-item input[type="checkbox"] + span {
    display: block;
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    color: rgb(28, 28, 35);
}

.wpcf7-form .wpcf7-list-item input[type="checkbox"] + span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    cursor: pointer;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid rgb(211, 211, 211);
    border-radius: 2px;
}

.wpcf7-form .wpcf7-list-item input[type="checkbox"] + span::after {
    content: "";
    font: 10px / 1 FontAwesome;
    display: inline-block;
    position: absolute;
    left: 1px;
    top: 6px;
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.wpcf7-form .wpcf7-list-item input[type="checkbox"]:checked + span::before {
    background-color: rgb(222, 194, 102);
    border-color: rgb(204, 189, 153);
}

.wpcf7-form .wpcf7-spinner {
    margin: 8px 0px 0px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.select2 .select2-selection--single {
    border-radius: 4px;
    border: 1px solid rgb(231, 232, 233);
    height: 48px;
}

.select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    line-height: 48px;
}

.select2 .select2-selection--single .select2-selection__arrow {
    right: 8px;
    top: 50%;
    transform: translate(0px, -50%);
}

#ui-datepicker-div {
    background-color: rgb(255, 255, 255);
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
    position: absolute;
    top: -9999px;
    min-width: 300px;
    z-index: 10001 !important;
}

#ui-datepicker-div .ui-datepicker-header {
    position: relative;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0px;
    padding: 0px;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all::before {
    content: "";
    color: rgb(4, 14, 36);
    font-family: FontAwesome;
    font-size: 16px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover::before {
    color: rgb(204, 189, 153);
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
    display: none;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
    left: 0px;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
    right: 0px;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next::before {
    content: "";
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    min-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: rgb(28, 28, 35);
    font-family: "Playfair Display", sans-serif;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

#ui-datepicker-div .ui-datepicker-calendar {
    margin: 0px;
    width: 100%;
}

#ui-datepicker-div .ui-datepicker-calendar th {
    text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar td {
    text-align: center;
    padding: 6px;
    color: rgba(0, 0, 0, 0.6);
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
    color: rgba(0, 0, 0, 0.2);
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
    color: rgb(204, 189, 153);
}

#ui-datepicker-div .ui-datepicker-calendar td a {
    color: rgb(153, 153, 153);
}

#ui-datepicker-div .ui-datepicker-calendar td a:hover {
    color: rgb(204, 189, 153);
}

form .select2-container--default {
    width: 100% !important;
}

form .select2-container--default .select2-selection {
    border: 1px solid rgb(231, 232, 233);
    height: 48px;
}

form .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 48px;
    padding-left: 15px;
}

form .select2-container--default .select2-selection .select2-selection__arrow {
    right: 10px;
    top: 50%;
    color: rgb(143, 143, 143);
}

form .select2-container--default .select2-selection .select2-selection__clear {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    width: 20px;
    color: rgb(143, 143, 143);
}

form .select2-container--default .select2-selection .select2-selection__placeholder {
    color: rgba(55, 55, 55, 0.87);
}

.select2-container.select2-container--open .select2-dropdown {
    border-color: rgb(231, 232, 233);
}

.select2-container.select2-container--open .select2-dropdown .select2-search__field {
    border: 1px solid rgb(231, 232, 233);
    padding-left: 15px;
    padding-right: 15px;
}

.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
    background-color: rgb(204, 189, 153);
}

.cms-field-checkbox {
    position: relative;
    padding-left: 27px;
}

.cms-field-checkbox .icon-check {
    border: 1px solid rgb(225, 227, 227);
    border-radius: 1px;
    display: block;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0px, -50%);
    z-index: 1;
}

.cms-field-checkbox .icon-check::before {
    content: "";
    font-size: 13px;
    color: rgb(222, 194, 102);
    position: absolute;
    top: -4px;
    left: 1px;
    font-family: FontAwesome;
    opacity: 0;
}

.cms-field-checkbox input {
    bottom: 0px;
    height: 100%;
    left: 0px;
    position: absolute;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.cms-field-checkbox input:checked + .icon-check::before {
    opacity: 1;
}

.nice-select {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    white-space: nowrap;
    text-align: left;
}

.nice-select::after {
    content: "";
    font-family: FontAwesome;
    font-size: 15px;
    color: rgb(28, 28, 35);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}

.nice-select span.current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 31px;
}

.nice-select .option {
    text-overflow: ellipsis;
    overflow: hidden;
}

.nice-select.open .list {
    padding: 5px;
    min-width: 185px;
    overflow: auto;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0px);
}

.nice-select.disabled {
    border-color: rgb(237, 237, 237);
    color: rgb(153, 153, 153);
    pointer-events: none;
}

.nice-select.disabled::after {
    border-color: rgb(204, 204, 204);
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0px !important;
    right: 0px !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0px;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small::after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    max-height: 250px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    transform-origin: 50% 0px;
    transform: scale(0.75) translateY(-21px);
    transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    color: rgba(0, 0, 0, 0.87);
}

.nice-select .list .selected {
    color: rgb(0, 0, 0);
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    line-height: normal;
    list-style: none;
    outline: none;
    padding: 8px 24px;
    text-align: left;
    transition: 0.2s;
    border-radius: 4px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: rgb(243, 243, 244);
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: rgb(153, 153, 153);
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.contact-form-slider {
    min-width: 470px;
    background-color: rgb(21, 21, 27);
    border: 2px solid rgb(222, 194, 102);
    border-radius: 10px;
    padding: 40px 22px 50px;
}

.contact-form-slider h2 {
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: center !important;
    margin-bottom: 35px !important;
}

.contact-form-slider br {
    display: none;
}

.contact-form-slider .ct-row input[type="submit"]:hover, .contact-form-slider .ct-row input[type="submit"]:focus {
    background-color: rgb(255, 255, 255);
    color: rgb(28, 28, 35);
}

@media screen and (max-width: 1199px) {
    .contact-form-slider {
        display: none;
    }
}

.contact-form-slider .wpcf7-response-output {
    margin-top: -15px !important;
    margin-bottom: 15px !important;
    font-size: 15px !important;
}

.btn, button, .button, input[type="submit"] {
    background-color: rgb(222, 194, 102);
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Futura Hv BT", sans-serif;
    letter-spacing: 0.07em;
    color: rgb(255, 255, 255);
    padding: 13px 33px;
    transition: 300ms;
    border-radius: 0px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

.btn:hover, .btn:focus, button:hover, button:focus, .button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    box-shadow: none;
    outline: none medium;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

.btn.btn-outline {
    background-color: transparent;
    color: rgb(222, 194, 102);
    border: 2px solid rgb(204, 189, 153);
}

.btn.btn-outline:hover {
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
}

.btn.btn-secondary {
    padding-left: 34px;
    padding-right: 34px;
    background-color: rgb(166, 27, 32);
    border-color: rgb(166, 27, 32);
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus {
    background-color: rgb(222, 194, 102);
    border-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
}

.btn.hover-slide {
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
}

.btn.hover-slide::after {
    background: rgb(255, 255, 255);
    content: "";
    height: 155px;
    left: -75px;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: 1500ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.btn.hover-slide:hover::after {
    left: 120%;
    transition: 1200ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

.btn.btn-fullwidth {
    width: 100%;
}

.btn-align-center {
    text-align: center;
}

.btn-align-right {
    text-align: right;
}

.btn-group .btn + .btn {
    margin-left: 30px;
}

.btn-block {
    display: block;
}

.wp-block-button {
    margin-bottom: 1.5em;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    background: rgb(222, 194, 102);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: rgb(222, 194, 102);
    border-color: rgb(222, 194, 102);
}

#site-header-wrap {
    position: relative;
    z-index: 999;
}

#site-header-wrap .row-flex {
    align-items: center;
}

#site-header-wrap .site-branding {
    margin: 15px 0px;
    position: relative;
    flex-grow: 1;
}

#site-header-wrap .site-branding img {
    max-height: 100px;
    padding: 4px;
}

@media screen and (max-width: 991px) {
    #site-header-wrap .site-branding img {
        max-height: 80px;
        padding: 4px;
    }
}

#site-header-wrap .site-branding .logo-light, #site-header-wrap .site-branding .logo-mobile {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0px;
    opacity: 0;
}

#site-header-wrap #site-header {
    position: relative;
}

#site-header-wrap #site-header.h-fixed {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 6px;
}

#site-header-wrap #site-header.h-fixed {
    background-color: rgb(107 0 4);
}

@media screen and (max-width: 991px) {
    #site-header-wrap #site-header.h-fixed {
        background-color: rgb(166, 27, 32);
    }
}

#site-header-wrap .icon-slide-nav {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 50px;
}

@media screen and (max-width: 991px) {
    #site-header-wrap .icon-slide-nav {
        display: none;
    }
}

#site-header-wrap .icon-slide-nav span {
    position: relative;
    width: 18px;
    display: block;
    height: 18px;
    transition: transform 0.33s;
    overflow: hidden;
}

#site-header-wrap .icon-slide-nav span .lines-button {
    transition: 0.3s;
    cursor: pointer;
    top: 7px;
    position: relative;
    user-select: none;
    display: block;
    line-height: 0px !important;
    font-size: 0px !important;
}

#site-header-wrap .icon-slide-nav span .lines-button::after {
    height: 2px;
    background-color: rgb(27, 26, 26);
    display: inline-block;
    width: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
}

#site-header-wrap .icon-slide-nav span .lines-button .lines {
    background-color: rgb(27, 26, 26);
}

#site-header-wrap .icon-slide-nav span .lines-button .lines::before, #site-header-wrap .icon-slide-nav span .lines-button .lines::after {
    display: block;
    width: 18px;
    height: 2px;
    background: rgb(27, 26, 26);
    transition: 0.3s;
    position: absolute;
    right: 0px;
    content: "";
}

#site-header-wrap .icon-slide-nav span .lines-button .lines::before {
    top: 5px;
    width: 14px;
}

#site-header-wrap .icon-slide-nav span .lines-button .lines::after {
    top: -5px;
}

#site-header-wrap .icon-slide-nav span:hover .lines-button .lines::before {
    width: 18px;
}

#site-header-wrap .site-branding img {
    padding: 0px 0px 10px;
}

@media screen and (max-width: 1199px) {
    #site-header-wrap .header-top {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    #site-header-wrap.header-layout2 .container, #site-header-wrap.header-layout3 .container, #site-header-wrap.header-layout5 .container {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    #site-header-wrap .column-flex {
        display: flex;
        align-items: center;
    }

    #site-header-wrap .site-navigation {
        display: flex;
    }

    #site-header-wrap.header-layout1 .header-top {
        height: 57px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: rgb(21, 21, 27);
        color: rgb(255, 255, 255);
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner {
        display: flex;
        align-items: center;
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-left {
        width: 50%;
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-left p {
        margin-bottom: 0px;
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-left p span {
        color: rgb(204, 189, 153);
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right {
        width: 50%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content {
        display: flex;
        align-items: center;
        position: relative;
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social {
        margin-left: 20px;
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media a {
        padding: 0px 10px;
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon .icon-item {
        display: inline-flex;
        height: 57px;
        align-items: center;
        font-size: 16px;
        color: rgb(222, 194, 102);
        cursor: pointer;
        transition: 300ms linear;
        padding: 0px 23px;
        border-left: 1px solid rgba(200, 200, 200, 0.15);
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon .icon-item:last-child {
        padding-right: 0px;
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon .icon-item:first-child {
        margin-left: 23px;
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon .icon-item.menu-cart .cart-wrap {
        position: relative;
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon .icon-item.menu-cart .cart-wrap .cart-count {
        position: absolute;
        min-width: 17px;
        height: 17px;
        padding: 0px 5px;
        background-color: rgb(255, 255, 255);
        color: rgb(28, 28, 35);
        font-size: 13px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -6px;
        right: -6px;
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon .icon-item.menu-cart .cart-wrap .h-btn-cart {
        padding-right: 7px;
    }

    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon .icon-item.menu-cart .cart-wrap .h-btn-cart i {
        font-size: 20px;
    }

    #site-header-wrap.header-layout1 .site-header-main {
        background-color: rgb(255, 255, 255);
    }

    #site-header-wrap.header-layout1 .site-header-main .primary-menu > li.menu-item-has-children {
        margin: 0px 33px;
    }

    #site-header-wrap.header-layout1 .site-header-main .primary-menu > li.menu-item-has-children > a::after {
        font-family: Material-Design-Iconic-Font;
        content: "";
        position: absolute;
        top: 0px;
        padding-left: 7px;
        color: rgb(204, 189, 153);
    }

    #site-header-wrap.header-layout2 .header-top {
        height: 57px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: rgb(21, 21, 27);
        color: rgb(255, 255, 255);
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-left p {
        margin-bottom: 0px;
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-left a {
        color: inherit;
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-left a:hover {
        color: rgb(204, 189, 153);
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-left .ct-item {
        display: inline-flex;
        padding: 5.5px 20px 5.5px 25px;
        border-left: 1px solid rgba(200, 200, 200, 0.15);
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-left .ct-item:first-child {
        padding-left: 0px;
        border-left: none;
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-left .ct-item:last-child {
        padding-right: 0px;
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-left .ct-item i {
        margin-right: 9px;
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right .top-right-content {
        display: flex;
        align-items: center;
        position: relative;
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social {
        margin-left: 20px;
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media {
        margin: 0px !important;
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media a {
        display: inline-flex;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: rgb(62, 62, 68);
        align-items: center;
        justify-content: center;
        margin-left: 8px;
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media a i {
        transition: none;
    }

    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media a:hover {
        background-color: rgb(255, 255, 255);
        color: rgb(28, 28, 35);
    }

    #site-header-wrap.header-layout2 .site-header-main {
        background-color: rgb(28, 28, 35);
    }

    #site-header-wrap.header-layout2 .site-header-main .site-branding .logo-light {
        opacity: 1;
    }

    #site-header-wrap.header-layout2 .site-header-main .site-branding .logo-dark {
        opacity: 0;
    }

    #site-header-wrap.header-layout2 .site-header-main .primary-menu > li {
        margin: 0px 34px;
    }

    #site-header-wrap.header-layout2 .site-header-main .primary-menu > li > a {
        color: rgb(255, 255, 255);
        line-height: 93px;
    }

    #site-header-wrap.header-layout2 .site-header-main .site-menu-right .top-right-content {
        display: flex;
        align-items: center;
        margin-left: 32px;
    }

    #site-header-wrap.header-layout2 .site-header-main .site-menu-right .h-btn-search {
        color: rgb(255, 255, 255);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid rgba(200, 200, 200, 0.15);
        border-right: 1px solid rgba(200, 200, 200, 0.15);
        cursor: pointer;
        font-size: 17px;
        padding: 11.5px 33px;
    }

    #site-header-wrap.header-layout2 .site-header-main .site-menu-right .h-btn-search i {
        margin-bottom: 3px;
        transition: 300ms;
    }

    #site-header-wrap.header-layout2 .site-header-main .site-menu-right .h-btn-search:hover i {
        color: rgb(204, 189, 153);
    }

    #site-header-wrap.header-layout2 .site-header-main .site-menu-right .ct-phone a {
        font-size: 24px;
        font-family: "Futura Md BT", sans-serif;
        color: rgb(222, 194, 102);
        margin-left: 32px;
    }

    #site-header-wrap.header-layout3 .site-header-main.h-fixed {
        background-color: rgb(28, 28, 35);
    }

    #site-header-wrap.header-layout3 .site-header-main .site-branding .logo-light {
        opacity: 1;
    }

    #site-header-wrap.header-layout3 .site-header-main .site-branding .logo-dark {
        opacity: 0;
    }

    #site-header-wrap.header-layout3 .site-header-main .primary-menu > li {
        margin: 0px 25px;
    }

    #site-header-wrap.header-layout3 .site-header-main .primary-menu > li > a {
        color: rgb(255, 255, 255);
    }

    #site-header-wrap.header-layout3 .site-header-main .primary-menu > li > a::before {
        content: none;
    }

    #site-header-wrap.header-layout3 .site-header-main .primary-menu > li.menu-item-has-children {
        margin: 0px 33px;
    }

    #site-header-wrap.header-layout3 .site-header-main .primary-menu > li.menu-item-has-children > a::after {
        font-family: Material-Design-Iconic-Font;
        content: "";
        position: absolute;
        top: 0px;
        padding-left: 7px;
        color: rgb(204, 189, 153);
    }

    #site-header-wrap.header-layout3 .site-header-main .site-menu-right .site-menu-right-button {
        margin-left: 50px;
    }

    #site-header-wrap.header-layout3 .site-header-main .site-menu-right .site-menu-right-button a {
        background-color: rgb(222, 194, 102);
        color: rgb(255, 255, 255);
    }

    #site-header-wrap.header-layout4 {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 6px;
    }

    #site-header-wrap.header-layout4 .header-top {
        height: 57px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: rgb(255, 255, 255);
        color: rgb(119, 119, 119);
        border-bottom: 1px solid rgba(21, 21, 27, 0.15);
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-left p {
        margin-bottom: 0px;
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-left a {
        color: inherit;
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-left a:hover {
        color: rgb(204, 189, 153);
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-left .ct-item {
        display: inline-flex;
        padding: 5.5px 20px 5.5px 25px;
        border-left: 1px solid rgba(21, 21, 27, 0.15);
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-left .ct-item:first-child {
        padding-left: 0px;
        border-left: none;
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-left .ct-item:last-child {
        padding-right: 0px;
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-left .ct-item i {
        margin-right: 9px;
        color: rgb(28, 28, 35);
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right .top-right-content {
        display: flex;
        align-items: center;
        position: relative;
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media a {
        display: inline-flex;
        width: 34px;
        height: 34px;
        border: 1px solid rgba(21, 21, 27, 0.15);
        color: rgb(28, 28, 35);
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        margin-left: 4px;
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media a i {
        transition: none;
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right .top-right-content .top-right-social .cms-social-media a:hover {
        background-color: rgb(222, 194, 102);
        border-color: rgb(222, 194, 102);
        color: rgb(255, 255, 255);
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon {
        margin-left: 32px;
    }

    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right .top-right-content .top-right-action-icon span {
        display: inline-flex;
        width: 57px;
        height: 57px;
        background-color: rgb(222, 194, 102);
        align-items: center;
        justify-content: center;
        color: rgb(255, 255, 255);
        cursor: pointer;
    }

    #site-header-wrap.header-layout4 .site-header-main {
        background-color: rgb(255, 255, 255);
    }

    #site-header-wrap.header-layout4 .site-header-main .site-branding .logo-light {
        opacity: 0;
    }

    #site-header-wrap.header-layout4 .site-header-main .site-branding .logo-dark {
        opacity: 1;
    }

    #site-header-wrap.header-layout4 .site-header-main .primary-menu > li {
        margin: 0px 34px;
    }

    #site-header-wrap.header-layout4 .site-header-main .primary-menu > li > a {
        color: rgb(28, 28, 35);
    }

    #site-header-wrap.header-layout5 .column-flex {
        flex-wrap: wrap;
    }

    #site-header-wrap.header-layout5 .site-header-main {
        background-color: rgb(107 0 4);
        height: 92px;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-left {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-left .site-branding {
        margin: 2px 82px 15px 0px;
        flex-grow: 0;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-left .site-branding .logo-light {
        opacity: 1;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-left .site-branding .logo-dark {
        opacity: 0;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-left .site-navigation {
        justify-content: space-between;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li {
        margin: 0px 25px;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li:first-child {
        margin-left: 0px !important;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li > a {
        color: rgb(255, 255, 255);
        letter-spacing: 0.5px;
        font-size: 14px;
        line-height: 93px;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li > a::before {
        content: none;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li.menu-item-has-children {
        margin: 0px 18px;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-left .primary-menu > li.menu-item-has-children > a::after {
        font-family: Material-Design-Iconic-Font;
        position: absolute;
        top: 0px;
        padding-left: 7px;
        color: rgb(204, 189, 153);
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-right {
        display: flex;
        align-items: center;
        height: 93px;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-social:not(:last-child) {
        padding-right: 40px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-social .cms-social-media a {
        display: inline-flex;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: rgb(62, 62, 68);
        align-items: center;
        justify-content: center;
        margin-left: 8px;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-social .cms-social-media a i {
        transition: none;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-social .cms-social-media a:hover {
        background-color: rgb(255, 255, 255);
        color: rgb(28, 28, 35);
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-search {
        margin: 0px 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        width: 44px;
        height: 44px;
        background-color: rgba(255, 255, 255, 0.25);
        border-radius: 50%;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-search .h-btn-search {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        width: 34px;
        height: 34px;
        background-color: rgb(255, 255, 255);
        color: rgb(28, 28, 35);
        border-radius: 50%;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-search .h-btn-search i {
        margin-bottom: 0px;
        transition: 300ms;
        font-weight: 400;
        font-size: 15px;
        margin-top: 2px;
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-search .h-btn-search:hover i {
        color: rgb(204, 189, 153);
    }

    #site-header-wrap.header-layout5 .site-header-main .site-menu-right .site-menu-right-button a {
        background-color: rgb(222, 194, 102);
        color: rgb(255, 255, 255);
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 21px 0px;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .site-branding {
        flex: 0 0 auto;
        margin-right: 30px;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .site-branding .logo-light {
        opacity: 1;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .site-branding .logo-dark {
        opacity: 0;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right {
        display: flex;
        align-items: center;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item {
        display: flex;
        align-items: center;
        color: rgb(255, 255, 255);
        padding: 0px 25px;
        position: relative;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item:first-child {
        padding-left: 0px;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item a {
        color: rgb(255, 255, 255);
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item a:hover {
        color: rgb(204, 189, 153);
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item p {
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item:not(:last-child)::after {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 33px;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.2);
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item .ct-item-icon {
        width: 43px;
        height: 43px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
        background-color: rgb(222, 194, 102);
        color: rgb(255, 255, 255);
        margin-right: 15px;
        flex: 0 0 auto;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item .ct-item-text > div:first-child, #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item .ct-item-text span:first-child {
        font-size: 17px;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item .ct-item-text > div:last-child, #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .ct-item .ct-item-text span:last-child {
        font-size: 13px;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .action-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-left: 25px;
        width: 55px;
        height: 55px;
        background-color: rgba(255, 255, 255, 0.25);
        border-radius: 50%;
        flex: 0 0 auto;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .action-icon .h-btn-search {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        width: 43px;
        height: 43px;
        background-color: rgb(255, 255, 255);
        color: rgb(28, 28, 35);
        border-radius: 50%;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .action-icon .h-btn-search i {
        margin-bottom: 3px;
        transition: 300ms;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-top .header-top-right .action-icon .h-btn-search:hover i {
        color: rgb(204, 189, 153);
    }

    #site-header-wrap.header-layout6 .site-header-main .header-bottom .site-navigation {
        justify-content: space-between;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-bottom .primary-menu > li {
        margin: 0px 25px;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-bottom .primary-menu > li > a {
        color: rgb(255, 255, 255);
        line-height: 93px;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-bottom .primary-menu > li > a::before {
        content: none;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-bottom .primary-menu > li.menu-item-has-children {
        margin: 0px 33px;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-bottom .primary-menu > li.menu-item-has-children > a::after {
        font-family: Material-Design-Iconic-Font;
        content: "";
        position: absolute;
        top: 0px;
        padding-left: 7px;
        color: rgb(204, 189, 153);
    }

    #site-header-wrap.header-layout6 .site-header-main .header-bottom .primary-menu > li:first-child {
        margin-left: 0px !important;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-bottom .site-menu-right .site-menu-right-button {
        margin-left: 50px;
    }

    #site-header-wrap.header-layout6 .site-header-main .header-bottom .site-menu-right .site-menu-right-button a {
        background-color: rgb(222, 194, 102);
        color: rgb(255, 255, 255);
    }

    #site-header-wrap.header-layout6 .site-header-main.h-fixed {
        background-color: rgb(28, 28, 35);
    }

    #site-header-wrap.header-layout6 .site-header-main.h-fixed .header-top {
        display: none;
    }

    #site-header-wrap.header-layout7 .header-top {
        height: 57px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: rgba(21, 21, 27, 0.07);
    }

    #site-header-wrap.header-layout7 .header-top .header-top-inner {
        display: flex;
        align-items: center;
    }

    #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-left {
        width: 50%;
    }

    #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-left p {
        margin-bottom: 0px;
    }

    #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-left p span {
        color: rgb(28, 28, 35);
    }

    #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right {
        width: 50%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right .top-right-content {
        display: flex;
        align-items: center;
        position: relative;
    }

    #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right .top-right-content .ct-item {
        padding: 0px 25px;
        height: 35px;
        line-height: 35px;
    }

    #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right .top-right-content .ct-item:not(:last-child) {
        border-right: 1px solid rgb(216, 216, 216);
    }

    #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right .top-right-content .ct-item:first-child {
        padding-left: 0px;
    }

    #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right .top-right-content .ct-item:last-child {
        padding-right: 0px;
    }

    #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right .top-right-content .ct-item span {
        margin-right: 3px;
    }

    #site-header-wrap.header-layout7 .site-header-main {
        background-color: rgb(255, 255, 255);
    }

    #site-header-wrap.header-layout7 .site-header-main .primary-menu > li.menu-item-has-children {
        margin: 0px 33px;
    }

    #site-header-wrap.header-layout7 .site-header-main .primary-menu > li.menu-item-has-children > a::after {
        font-family: Material-Design-Iconic-Font;
        content: "";
        position: absolute;
        top: 0px;
        padding-left: 7px;
        color: rgb(204, 189, 153);
    }

    #site-header-wrap.header-layout7 .site-header-main .site-menu-right {
        color: rgb(28, 28, 35);
    }

    #site-header-wrap.header-layout7 .site-header-main .site-menu-right .h-btn-search {
        margin-left: 50px;
        cursor: pointer;
    }

    #site-header-wrap.header-transparent {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
    }

    #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li > a {
        color: rgb(255, 255, 255);
    }

    #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li:hover > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current_page_item > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current-menu-item > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current-menu-ancestor > a {
        color: rgb(204, 189, 153);
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    #site-header-wrap.header-layout1 .header-top .header-top-inner .header-top-right .top-right-content {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    #site-header-wrap.header-layout2 .header-top .header-top-inner .header-top-right .top-right-content {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    #site-header-wrap.header-layout4 .header-top .header-top-inner .header-top-right .top-right-content {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    #site-header-wrap.header-layout7 .header-top .header-top-inner .header-top-right .top-right-content {
        display: none;
    }
}

@media screen and (max-width: 1399px) {
    .site-header-main .primary-menu > li {
    }

    .site-menu-right-button a {
        font-size: 12px;
        padding: 10px 20px;
    }

    .header-layout2 .header-top-left .ct-item {
        font-size: 13px;
    }

    .header-layout2 .site-menu-right .h-btn-search {
        padding: 11.5px 20px !important;
    }

    .header-layout2 .site-menu-right .top-right-content {
        margin-left: 18px !important;
    }

    .header-layout2 .site-menu-right .ct-phone a {
        font-size: 18px !important;
        margin-left: 20px !important;
    }

    .header-layout3 .site-menu-right-button {
        margin-left: 30px !important;
    }

    .header-layout4 .header-top-left .ct-item {
        padding: 5.5px 3px 5.5px 8px !important;
    }
}

@media screen and (max-width: 1199px) {
    .header-layout5 .site-header-main .site-menu-right {
        order: -1;
        width: 100%;
        justify-content: center;
    }

    .header-layout5 .site-header-main .site-menu-left {
        justify-content: center;
    }

    .header-layout5 .site-header-main .primary-menu > li {
        margin: 0px 20px !important;
    }
}

@media screen and (max-width: 1199px) {
    .header-layout6 .header-top .header-top-right .ct-item {
        padding: 0px 10px !important;
    }

    .header-layout6 .header-top .header-top-right .ct-item .ct-item-text > div:first-child, .header-layout6 .header-top .header-top-right .ct-item .ct-item-text span:first-child {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 991px) {
    #site-header-wrap .site-header-main .site-menu-right {
        display: none;
    }

    #site-header-wrap.header-layout6 .header-top {
        display: block;
    }

    #site-header-wrap.header-layout6 .header-top .header-top-right {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #site-header-wrap {
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px;
        background-color: rgb(255, 255, 255);
    }

    #site-header-wrap.fixed-height {
        height: inherit !important;
    }

    #site-header-wrap .site-branding {
        min-height: 60px;
        margin: 10px 0px;
    }

    #site-header-wrap .site-branding img {
        padding: 5px 0px 0px;
    }

    #site-header-wrap .site-branding a {
        opacity: 0;
        display: inline-block;
        line-height: 60px !important;
    }

    #site-header-wrap .site-branding a.logo-mobile {
        opacity: 1 !important;
    }

    #site-header-wrap .site-branding a.logo-dark {
        display: none;
    }

    #site-header-wrap #main-menu-mobile {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(0px, -50%);
    }

    #site-header-wrap #headroom {
        position: static !important;
    }
}

#site-header {
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#site-header.h-fixed {
    left: 0px;
    top: 0px;
    right: 0px;
    animation: 0.7s ease 0s 1 normal forwards running headerSlideDown;
    position: fixed !important;
}

.admin-bar #site-header-wrap #site-header.h-fixed {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar #site-header-wrap #site-header.h-fixed {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar #site-header-wrap #site-header.h-fixed {
        top: 0px;
    }
}

.slide-nav-wrapper {
    position: fixed;
    top: 0px;
    right: -15px;
    height: 100%;
    z-index: 999;
    background-color: rgb(255, 255, 255);
    color: rgb(28, 28, 35);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 35px 0px;
    font-size: 15px;
    transition: 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transform: translate(555px, 0px);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    max-width: 555px;
    padding: 50px 40px;
    box-sizing: border-box;
    overflow: hidden scroll;
}

@media screen and (max-width: 575px) {
    .slide-nav-wrapper {
        padding: 100px 30px;
    }
}

.slide-nav-wrapper .cms-close-slide {
    position: absolute;
    top: 50px;
    right: 42px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: rgb(243, 243, 243);
    border-radius: 50%;
    font-size: 23px;
    cursor: pointer;
    color: rgb(119, 119, 119);
    transition: 300ms;
}

.slide-nav-wrapper .cms-close-slide:hover {
    transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
    .slide-nav-wrapper .cms-close-slide {
        top: 80px;
    }
}

.slide-nav-wrapper h3 {
    margin-bottom: 24px;
}

.slide-nav-wrapper .slide-top {
    padding-bottom: 13px;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.slide-nav-wrapper .slide-top .slide-logo-wrap {
    margin-bottom: 44px;
}

.slide-nav-wrapper .slide-top .slide-logo-wrap img {
    max-height: 30px;
}

.slide-nav-wrapper .slide-top .slide-desc {
    color: rgb(119, 119, 119);
}

.slide-nav-wrapper .slide-contact {
    margin-top: 29px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.slide-nav-wrapper .slide-contact .ct-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.slide-nav-wrapper .slide-contact .ct-item a {
    color: inherit;
}

.slide-nav-wrapper .slide-contact .ct-item p {
    margin-bottom: 0px;
}

.slide-nav-wrapper .slide-contact .ct-item span {
    min-width: 15px;
    margin-right: 6px;
}

.slide-nav-wrapper .slide-contact .ct-item.slide-ct-phone {
    font-size: 20px;
    font-family: "Futura Md BT", sans-serif;
    padding-top: 8px;
    padding-bottom: 5px;
    line-height: 1;
}

.slide-nav-wrapper .slide-contact .ct-item.slide-ct-phone a {
    color: rgb(222, 194, 102);
    border-bottom: 1px solid rgb(204, 189, 153);
}

.slide-nav-wrapper .slide-social {
    padding-bottom: 35px;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.slide-nav-wrapper .slide-social .cms-social-media {
    margin-top: 6px;
    margin-left: 0px !important;
}

.slide-nav-wrapper .slide-social .cms-social-media a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 50%;
    background-color: transparent;
    margin-right: 6px;
}

.slide-nav-wrapper .slide-social .cms-social-media a i {
    transition: none;
}

.slide-nav-wrapper .slide-social .cms-social-media a:hover {
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
    border-color: rgb(204, 189, 153);
}

.slide-nav-wrapper .slide-social .cms-social-media a:hover i {
    transform: none;
}

.slide-nav-wrapper .slide-bottom .slide-desc {
    margin-top: 26px;
}

.slide-nav-wrapper .slide-bottom .slide-button {
    margin-top: 28px;
}

.slide-nav-wrapper .slide-bottom .slide-button a {
    background-color: rgb(28, 28, 35);
    color: rgb(255, 255, 255);
}

.admin-bar .slide-nav-wrapper {
    top: 32px;
}

body.js_nav .slide-nav-wrapper {
    transform: translate(0px, 0px);
}

ul.menu {
    list-style: none;
    margin: 0px;
    font-family: Poppins, sans-serif;
}

ul.menu ul {
    list-style: none;
    margin: 0px;
}

@media screen and (min-width: 992px) {
    .primary-menu-not-set {
        list-style: none;
        margin: 0px;
    }

    .primary-menu-not-set > li {
        margin-right: 20px;
    }

    .primary-menu-not-set > li a {
        font-size: 14px;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        font-weight: 700;
        line-height: 100px;
        font-family: poppins;
    }

    .primary-menu-not-set > li a:hover {
        color: rgb(204, 189, 153);
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }

    .primary-menu {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-family: poppins;
    }

    .primary-menu li {
        position: relative;
        list-style: none;
    }

    .primary-menu li a {
        display: block;
        transition: 300ms linear !important;
    }

    .primary-menu > li {
        display: inline-block;
        vertical-align: middle;
        float: left;
        margin: 0px 25px;
    }

    .primary-menu > li:last-child {
        margin-right: 0px !important;
    }

    .primary-menu > li > a {
        font-size: 14px;
        color: rgb(28, 28, 35);
        font-weight: 500;
        line-height: 100px;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

    .primary-menu > li > a::before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: 12px auto auto;
        background-color: rgb(222, 194, 102);
        opacity: 0;
        height: 4px;
        width: 0px;
        transition: 300ms linear;
    }

    .primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
        color: rgb(204, 189, 153);
    }

    .primary-menu > li:hover > a::before, .primary-menu > li.current_page_item > a::before, .primary-menu > li.current-menu-item > a::before, .primary-menu > li.current_page_ancestor > a::before, .primary-menu > li.current-menu-ancestor > a::before {
        opacity: 1;
        width: 100%;
    }

    .primary-menu > li > ul.back {
        right: 0px !important;
        left: auto !important;
    }

    .primary-menu > li > ul.back li > ul.back {
        right: 100% !important;
        left: auto !important;
    }

    .primary-menu > li > .sub-menu li > ul.back {
        right: 100% !important;
        left: auto !important;
    }

    .primary-menu .sub-menu {
        list-style: none;
        margin: 0px;
    }

    .primary-menu .sub-menu {
        position: absolute;
        background: rgb(28, 28, 35);
        padding: 25px 0px;
        top: 100%;
        left: 0px;
        margin-top: 15px;
        min-width: 250px;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 5px 0px;
        transition: 300ms linear;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-font-smoothing: antialiased;
    }

    .primary-menu .sub-menu li {
        padding: 0px 40px;
    }

    .primary-menu .sub-menu li a {
        color: rgb(142, 142, 145);
        line-height: normal;
        padding: 10px 0px;
        position: relative;
    }

    .primary-menu .sub-menu li:last-child > a {
        border-bottom: none;
    }

    .primary-menu .sub-menu li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a {
        color: rgb(204, 189, 153);
    }

    .primary-menu .sub-menu li.menu-item-has-children > a::after {
        position: absolute;
        right: 0px;
        content: "";
        font-family: FontAwesome;
        color: rgb(255, 255, 255);
        font-size: 14px;
        top: 50%;
        transform: translateY(-50%);
    }

    .primary-menu .sub-menu .sub-menu {
        top: 0px;
        left: 100%;
    }

    .primary-menu li:hover, .primary-menu li.focus {
        overflow: visible;
    }

    .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
        visibility: visible;
        opacity: 1;
        margin-top: -30px;
        clip: inherit;
    }

    .primary-menu li.megamenu {
        position: static;
    }

    .primary-menu li.megamenu .sub-menu {
        width: 100%;
        max-width: 1170px;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
    }

    .primary-menu li.megamenu .sub-menu li > .container {
        padding: 13px 25px;
    }

    .primary-menu li.megamenu .sub-menu .wpb_content_element {
        margin-bottom: 0px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .primary-menu > li {
        margin: 0px 15px;
    }

    .primary-menu > li.menu-item-has-children {
        margin: 0px 25px;
    }

    #site-header-wrap .icon-slide-nav {
        margin-left: 20px;
    }
}

@media screen and (max-width: 500px) {
    .site-navigation {
        right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .site-navigation {
        background-color: rgb(107 0 4);
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        position: absolute;
        padding: 15px 20px;
        inset: calc(100% + 30px) 0px auto;
        visibility: hidden;
        opacity: 0;
        transition: 300ms linear;
        z-index: -1;
    }

    .site-navigation.navigation-open {
        opacity: 1;
        visibility: visible;
        top: 100%;
        z-index: 999;
    }

    .primary-menu {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .primary-menu li {
        position: relative;
        list-style: none;
    }

    .primary-menu li a {
        display: block;
        padding: 10px 0px;
        font-size: 14px;
        font-family: sans-serif;
        color: rgb(28, 28, 35);
        font-weight: 700;
    }

    .primary-menu li.current_page_item > a, .primary-menu li.current-menu-item > a, .primary-menu li.current_page_ancestor > a, .primary-menu li.current-menu-ancestor > a {
        color: rgb(204, 189, 153);
    }

    .primary-menu li .link-icon {
        margin-right: 6px;
        font-size: 90%;
    }

    .primary-menu .sub-menu {
        position: relative;
        padding-left: 20px;
        display: none;
    }

    .primary-menu li.focus > .sub-menu {
        visibility: visible;
        opacity: 1;
        max-height: none;
        overflow: visible;
    }

    .primary-menu-not-set {
        margin: 0px;
        list-style: none;
    }

    .primary-menu-not-set a {
        display: block;
        padding: 10px 0px;
        color: rgb(0, 0, 0);
        font-weight: 600;
        font-size: 15px;
    }

    .primary-menu-not-set a:hover {
        color: rgb(204, 189, 153);
    }

    #main-menu-mobile .btn-nav-mobile {
        color: rgb(40, 40, 40);
        display: inline-block;
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        vertical-align: middle;
        width: 30px;
        cursor: pointer;
        position: relative;
        transition: 300ms linear;
    }

    #main-menu-mobile .btn-nav-mobile::before, #main-menu-mobile .btn-nav-mobile::after, #main-menu-mobile .btn-nav-mobile span {
        transition: 300ms linear;
        content: "";
        background-color: rgb(193, 157, 70);
        display: block;
        height: 2px;
        left: 0px;
        margin: auto;
        position: absolute;
        right: 0px;
        width: 22px;
        top: 21px;
    }

    #main-menu-mobile .btn-nav-mobile::before {
        top: 9px;
    }

    #main-menu-mobile .btn-nav-mobile span {
        top: 15px;
    }

    #main-menu-mobile .btn-nav-mobile.opened::before {
        top: 15px;
        transform: rotate(45deg);
    }

    #main-menu-mobile .btn-nav-mobile.opened::after {
        transform: rotate(-45deg);
        top: 15px;
    }

    #main-menu-mobile .btn-nav-mobile.opened span {
        display: none;
    }

    .main-menu-toggle {
        transition: 300ms linear;
        cursor: pointer;
        display: inline-block;
        height: 19px;
        line-height: 19px;
        position: absolute;
        right: 0px;
        text-align: center;
        top: 10px;
        width: 19px;
    }

    .main-menu-toggle::before {
        font-family: Material-Design-Iconic-Font;
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0px 0px 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

ul.back {
    right: 100%;
    left: auto !important;
}

#pagetitle {
    background-color: rgb(21, 21, 27);
    padding-top: 144px;
    padding-bottom: 132px;
    text-align: center;
    background-attachment: fixed;
    position: relative;
}

@media screen and (max-width: 1024px) {
    #pagetitle {
        background-attachment: inherit;
    }
}

#pagetitle::before {
    background-color: transparent;
}

#pagetitle .page-title-inner {
    position: relative;
    z-index: 99;
}

#pagetitle .page-title-inner .page-title {
    color: rgb(255, 255, 255);
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
}

#pagetitle .page-title-inner .page-sub-title {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.13em;
}

#pagetitle .cms-breadcrumb {
    margin: 0px;
    list-style: none;
    position: relative;
}

#pagetitle .cms-breadcrumb li {
    display: inline-block;
    color: rgb(222, 194, 102);
    font-size: 13px;
}

#pagetitle .cms-breadcrumb li a {
    color: rgb(249, 249, 249);
}

#pagetitle .cms-breadcrumb li a::after {
    content: "";
    letter-spacing: -0.13em;
    font-family: FontAwesome;
    margin: 0px 11px;
}

#pagetitle .cms-breadcrumb li a:hover {
    color: rgb(204, 189, 153);
}

#pagetitle .cms-breadcrumb li a:hover::after {
    color: rgb(255, 255, 255);
}

#pagetitle .cms-breadcrumb li span {
    margin-right: 10px;
}

#pagetitle.page-title-layout2 {
    position: relative;
}

#pagetitle.page-title-layout2 .page-title {
    text-transform: uppercase;
}

#pagetitle.page-title-layout2 ul.cms-breadcrumb {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    left: 50%;
    bottom: -20px;
    z-index: 100;
    transform: translateX(-50%);
    background-color: rgb(222, 194, 102);
    padding: 9.5px 36px;
    white-space: nowrap;
}

#pagetitle.page-title-layout2 ul.cms-breadcrumb li {
    color: rgb(255, 255, 255);
}

#pagetitle.page-title-layout2 ul.cms-breadcrumb li a {
    color: rgb(255, 255, 255);
}

#pagetitle.page-title-layout2 ul.cms-breadcrumb li a::after {
    margin: 0px 8px;
    color: rgb(255, 255, 255);
}

#pagetitle.page-title-layout2 ul.cms-breadcrumb li a:hover {
    color: white;
}

#pagetitle.page-title-layout2 ul.cms-breadcrumb::before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 20px;
    background-color: transparent;
    top: 0px;
    left: -12px;
    border-left: 12px solid transparent;
    border-bottom: 20px solid rgb(204, 189, 153);
}

#pagetitle.page-title-layout2 ul.cms-breadcrumb::after {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 20px;
    background-color: transparent;
    top: 0px;
    right: -12px;
    border-right: 12px solid transparent;
    border-bottom: 20px solid rgb(204, 189, 153);
}

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.format-gallery .entry-featured {
    position: relative;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}

.format-gallery .entry-featured img {
    border-radius: 20px 20px 0px 0px;
}

.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
    background: rgb(255, 255, 255);
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    color: rgb(0, 0, 0);
    font-size: 18px;
    transition: 300ms linear;
    opacity: 0;
}

.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
    background: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
}

.format-gallery .entry-featured .owl-next {
    right: 0px;
    top: 50%;
    transform: translate(0px, -50%);
}

.format-gallery .entry-featured .owl-prev {
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
}

.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
    opacity: 1;
}

.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
    opacity: 0.76;
}

.posts-pagination .posts-page-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.posts-pagination .page-numbers {
    text-align: center;
    height: 50px;
    width: 50px;
    padding: 0px;
    line-height: 52px;
    color: rgb(255, 255, 255);
    background-color: rgb(28, 28, 35);
    border-color: rgb(28, 28, 35);
    font-size: 16px;
    font-weight: 700;
    margin: 0px 10px 0px 0px;
    font-family: Poppins, sans-serif;
}

.posts-pagination .page-numbers.current, .posts-pagination .page-numbers:hover {
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
    border-color: rgb(204, 189, 153);
}

.posts-pagination .page-numbers.next {
    margin-left: 10px;
    font-size: 20px;
}

.posts-pagination .page-numbers.prev {
    margin-right: 20px;
    font-size: 20px;
}

.entry-title a {
    color: inherit;
}

.entry-title a:hover {
    color: rgb(204, 189, 153);
}

.entry-featured {
    position: relative;
    margin-bottom: 24px;
}

.entry-featured .post-image a {
    width: 100%;
}

.entry-featured .post-image a, .entry-featured .post-image span {
    display: inline-block;
}

.entry-featured .post-image img {
    border-radius: 2px;
}

.redux-page .entry-featured .post-image img {
    width: 100%;
}

.entry-meta {
    margin: 0px;
    list-style: none;
    font-size: 13px;
}

.entry-meta li {
    display: inline-block;
    margin: 0px 6px 5px 0px;
}

.entry-meta li.item-comment a {
    color: inherit;
}

.entry-meta li.item-comment a:hover {
    color: rgb(204, 189, 153);
}

.entry-meta li.item-category {
    line-height: 22px;
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
    padding: 0px 7px;
    margin-right: 12px;
    position: relative;
    z-index: 1;
}

.entry-meta li.item-category::before, .entry-meta li.item-category::after {
    content: "";
    height: 50%;
    position: absolute;
    right: -6px;
    width: 20px;
    background-color: rgb(222, 194, 102);
    z-index: -1;
}

.entry-meta li.item-category::before {
    transform: skewX(-45deg);
    top: 0px;
}

.entry-meta li.item-category::after {
    bottom: 0px;
    transform: skewX(45deg);
}

.entry-meta li.item-category a {
    color: inherit;
}

.entry-meta li.item-category a:hover {
    color: inherit;
}

.single-hentry .entry-holder {
    margin-bottom: 19px;
}

.single-hentry .entry-title {
    font-size: 24px;
    line-height: 1.375;
    margin-bottom: 16px;
}

.single-hentry .entry-content p {
    margin-bottom: 15px;
}

.single-hentry .entry-readmore {
    display: inline-block;
    margin-top: 16px;
}

.single-hentry .entry-readmore a.readmore-link {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Futura Hv BT", sans-serif;
    letter-spacing: 0.07em;
    color: rgb(204, 189, 153);
}

.single-hentry .entry-readmore a.readmore-link i {
    font-weight: bold;
    font-size: 13px;
    margin-left: 2px;
    transform: translateX(-15px);
    opacity: 0;
    transition: 0.2s linear;
}

.single-hentry .entry-readmore a.readmore-link:hover i {
    transform: translateX(0px);
    opacity: 1;
}

.single-hentry.archive {
    margin-bottom: 43px;
}

.single-hentry.archive .post-image {
    overflow: hidden;
    border-radius: 2px;
}

.single .post-meta .post-meta-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.single .post-meta .post-meta-inner .left-meta-inner {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 30px;
}

.single .post-meta .post-meta-inner .left-meta-inner .avatar-info {
    flex: 0 0 auto;
    margin-right: 13px;
}

.single .post-meta .post-meta-inner .left-meta-inner .avatar-info img {
    border-radius: 50%;
}

.single .post-meta .post-meta-inner .left-meta-inner .name-info h5 {
    margin-bottom: 4px;
}

.single .post-meta .post-meta-inner .left-meta-inner .name-info h5 a {
    font-size: 17px;
    letter-spacing: 0.03em;
    color: inherit;
    font-weight: bold;
}

.single .post-meta .post-meta-inner .left-meta-inner .name-info p.desc {
    margin-bottom: 0px;
    font-size: 13px;
    color: rgb(119, 119, 119);
}

.single .post-meta .post-meta-inner .right-meta-inner {
    margin-bottom: 10px;
}

.single .post-meta .post-meta-inner .right-meta-inner ul.entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.single .post-meta .post-meta-inner .right-meta-inner ul.entry-meta li {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 30px 5px 0px;
}

.single .post-meta .post-meta-inner .right-meta-inner ul.entry-meta li:last-child {
    margin-right: 0px;
}

.single .post-meta .post-meta-inner .right-meta-inner ul.entry-meta li svg {
    transition: fill 0.12s ease-in-out;
    fill: currentcolor;
    margin-right: 8px;
}

.single .post-meta .post-meta-inner .right-meta-inner ul.entry-meta li i {
    font-size: 15px;
    margin-right: 6px;
}

.single .post-meta .post-meta-inner .right-meta-inner ul.entry-meta li a {
    margin-left: 2px;
}

.single .entry-social {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgb(216, 216, 216);
    padding: 30px 0px;
    margin-bottom: 30px;
}

.single .entry-social span {
    font-size: 17px;
    font-family: "Futura Md BT", sans-serif;
    color: rgb(28, 28, 35);
    margin-right: 12px;
}

.single .entry-social ul {
    list-style-type: none;
    margin: 0px;
    display: flex;
    align-items: center;
}

.single .entry-social ul li {
    margin-right: 6px;
}

.single .entry-social ul li a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    border-radius: 50%;
}

.single .entry-social ul li a.fb-social {
    background-color: rgb(59, 89, 152);
}

.single .entry-social ul li a.tw-social {
    background-color: rgb(0, 172, 238);
}

.single .entry-social ul li a.pin-social {
    background-color: rgb(202, 31, 39);
}

.single .entry-social ul li a.g-social {
    background-color: rgb(221, 75, 57);
}

.single .entry-social ul li a:hover {
    opacity: 0.75;
}

.single-post .entry-content {
    padding-bottom: 5px;
}

.single-post .entry-content-bottom {
    padding-top: 4px;
    padding-bottom: 39px;
    border-bottom: 1px dashed rgb(216, 216, 216);
}

.single-post .post-previous-next {
    padding: 0px 0px 30px;
    border-bottom: 1px dashed rgb(216, 216, 216);
    margin-bottom: 30px;
}

.single-post .post-previous-next.default .grid-item-inner {
    display: flex;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .single-post .post-previous-next.default .grid-item-inner {
        margin: 10px 0px;
    }
}

.single-post .post-previous-next.default .grid-item-inner .item-featured {
    max-width: 70px;
    flex: 0 0 auto;
}

.single-post .post-previous-next.default .grid-item-inner .item-featured a {
    display: block;
    position: relative;
}

.single-post .post-previous-next.default .grid-item-inner .item-featured a .nav-arrow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 26, 26, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    opacity: 0;
    transition: 300ms;
    cursor: pointer;
}

.single-post .post-previous-next.default .grid-item-inner .item-featured a .nav-arrow i {
    font-size: 16px;
}

.single-post .post-previous-next.default .grid-item-inner .item-featured a:hover .nav-arrow {
    opacity: 1;
}

.single-post .post-previous-next.default .grid-item-inner .item-holder {
    margin-top: -3px;
}

.single-post .post-previous-next.default .grid-item-inner .item-holder span {
    font-size: 13px;
    color: rgb(97, 97, 97);
}

.single-post .post-previous-next.default .grid-item-inner .item-holder .item-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
}

.single-post .post-previous-next.default .grid-item-inner .item-holder .item-title a {
    color: rgb(28, 28, 35);
}

.single-post .post-previous-next.default .grid-item-inner .item-holder .item-title a:hover {
    color: rgb(204, 189, 153);
}

.single-post .post-previous-next.default .nav-link-prev {
    text-align: left;
}

.single-post .post-previous-next.default .nav-link-prev .item-featured {
    margin-right: 20px;
}

.single-post .post-previous-next.default .nav-link-next {
    text-align: right;
}

@media screen and (min-width: 768px) {
    .single-post .post-previous-next.default .nav-link-next .grid-item-inner {
        justify-content: flex-end;
    }
}

.single-post .post-previous-next.default .nav-link-next .item-featured {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .single-post .post-previous-next.default .nav-link-next {
        text-align: left;
    }

    .single-post .post-previous-next.default .nav-link-next .item-featured {
        order: -1;
        margin-left: 0px;
        margin-right: 20px;
    }
}

.single-post .entry-content .page-links {
    margin-bottom: 30px;
}

.cms-related-post {
    border-bottom: 2px solid rgb(217, 217, 217);
    padding-bottom: 35px;
    margin-bottom: 37px;
}

.cms-related-post .item-featured img {
    border-radius: 2px;
}

.cms-related-post .item-title {
    font-size: 16px;
    font-weight: 600;
    color: rgb(28, 28, 35);
    margin: 16px 0px 0px;
}

.cms-related-post .item-title a {
    color: inherit;
}

.cms-related-post .item-title a:hover {
    color: rgb(204, 189, 153);
}

.no-results .search-form {
    position: relative;
}

.no-results .search-form .search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    border: none;
    color: rgb(40, 40, 40);
    background-color: transparent;
    padding: 0px 20px;
}

.entry-author-info, .comment-list-wrap, .comment-respond {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 2px;
    box-shadow: rgba(40, 40, 40, 0.08) 0px 5px 83px;
}

@media screen and (max-width: 767px) {
    .entry-author-info, .comment-list-wrap, .comment-respond {
        padding: 25px;
    }
}

.comment-respond {
    margin-top: 25px;
}

.entry-author-info {
    padding-bottom: 32px;
}

img.image-space {
    margin-top: 9px;
    margin-bottom: 6px;
}

.single-event .wpb_text_column p {
    margin-bottom: 21px;
}

.single-event .wpb_text_column p:last-child {
    margin-bottom: 0px;
}

.single-event .entry-socail {
    text-align: center;
    padding: 38px 0px;
}

.single-event .entry-socail a {
    font-size: 14px;
    color: rgb(51, 51, 51);
    margin: 0px 9px;
}

.single-event .entry-socail a:hover {
    color: rgb(204, 189, 153);
}

.single-event .entry-socail label {
    font-size: 14px;
    font-weight: 700;
    color: rgb(40, 40, 40);
    margin-right: 15px;
}

.single-event .comments-area {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.single-attorney .attorney-info-wrap {
    margin-bottom: 50px;
}

.single-attorney .attorney-info-wrap .featured-image-wrap {
    margin-bottom: 28px;
}

.single-attorney .attorney-info-wrap .featured-image-wrap img {
    border-radius: 5px;
}

.single-attorney .attorney-info-wrap .attorney-info h3 {
    letter-spacing: 0.03em;
    margin-bottom: 23px;
}

.single-attorney .attorney-info-wrap .attorney-info .main-info span {
    font-size: 15px;
    color: rgb(28, 28, 35);
}

.single-attorney .attorney-info-wrap .attorney-info .main-info span.label {
    font-family: "Futura Md BT", sans-serif;
    margin-right: 3px;
    font-size: 17px;
}

.single-attorney .attorney-info-wrap .attorney-info .main-info ul {
    list-style: none;
    margin-bottom: 0px;
}

.single-attorney .attorney-info-wrap .attorney-info .main-info ul.info-text li {
    margin-bottom: 11px;
}

.single-attorney .attorney-info-wrap .attorney-info .main-info .attorney-social {
    display: flex;
    align-items: center;
    padding: 18px 0px;
    border-top: 1px solid rgb(216, 216, 216);
    border-bottom: 1px solid rgb(216, 216, 216);
    margin-top: 17px;
}

.single-attorney .attorney-info-wrap .attorney-info .main-info .attorney-social ul.info-social {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.single-attorney .attorney-info-wrap .attorney-info .main-info .attorney-social ul.info-social li a {
    color: rgb(28, 28, 35);
    font-size: 16px;
    padding: 0px 9px;
}

.single-attorney .attorney-info-wrap .attorney-info .main-info .attorney-social ul.info-social li a:hover {
    color: rgb(204, 189, 153);
}

.single-attorney .attorney-info-wrap .download-button {
    margin-top: 25px;
}

.single-attorney .attorney-info-wrap .download-button a {
    width: 100%;
    height: 48px;
    background-color: rgb(28, 28, 35);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Futura Hv BT", sans-serif;
    color: rgb(255, 255, 255);
    letter-spacing: 0.07em;
}

.single-attorney .attorney-info-wrap .download-button a i {
    font-size: 15px;
    margin-left: 12px;
}

.single-attorney .attorney-info-wrap .download-button a:hover {
    background-color: rgb(204, 189, 153);
}

.single-attorney .attorney-info-wrap .review-form {
    margin-top: 25px;
}

.single-attorney .attorney-info-wrap .review-form .review-title {
    cursor: pointer;
    width: 100%;
    height: 48px;
    background-color: rgb(222, 194, 102);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Futura Hv BT", sans-serif;
    color: rgb(255, 255, 255);
    letter-spacing: 0.07em;
    margin-bottom: 0px;
}

.single-attorney .attorney-info-wrap .review-form .comment-respond {
    border-right: 1px solid rgb(211, 211, 211);
    border-bottom: 1px solid rgb(211, 211, 211);
    border-left: 1px solid rgb(211, 211, 211);
    border-image: initial;
    border-top: none;
    box-shadow: none;
    padding: 35px 22px;
    margin-top: 0px;
    display: none;
}

.single-attorney .attorney-info-wrap .review-form .comment-respond .comment-reply-title {
    display: none;
}

.single-attorney .attorney-info-wrap .review-form .comment-respond form input[type="text"] {
    margin-bottom: 11px;
}

.single-attorney .attorney-info-wrap .review-form .comment-respond form input[type="text"]:focus {
    box-shadow: none;
}

.single-attorney .attorney-info-wrap .review-form .comment-respond form textarea:focus {
    box-shadow: none;
}

.single-attorney .attorney-info-wrap .review-form .comment-respond form p.form-submit {
    margin-bottom: 14px;
    margin-top: 27px;
    text-align: center;
}

.single-attorney .attorney-info-wrap .review-form .comment-respond form input[type="submit"] {
    background-color: rgb(28, 28, 35);
}

.single-attorney .attorney-info-wrap .review-form .comment-respond form input[type="submit"]:hover, .single-attorney .attorney-info-wrap .review-form .comment-respond form input[type="submit"]:focus {
    background-color: rgb(204, 189, 153);
}

.single-attorney .comments-area .comment-list-wrap {
    padding: 40px 0px 0px;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-radius: 0px;
    box-shadow: none;
    border-top: 1px solid rgb(216, 216, 216);
    margin-top: 35px;
}

.single-attorney .comments-area .comment-list-wrap .comments-title {
    font-size: 30px;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
}

.single-attorney .comments-area .comment-list-wrap .comment-list .comment-inner {
    display: block;
}

.single-attorney .comments-area .comment-list-wrap .comment-list .comment-inner .comment-content .comment-text {
    font-size: 19px;
    line-height: 30px;
    color: rgb(28, 28, 35);
}

.single-attorney .comments-area .comment-list-wrap .comment-list .comment-inner .customer-info {
    display: flex;
    align-items: center;
    margin-top: 27px;
}

.single-attorney .comments-area .comment-list-wrap .comment-list .comment-inner .customer-info .info-avatar img {
    max-width: 75px;
    min-width: 75px;
    max-height: 75px;
}

.single-attorney .comments-area .comment-list-wrap .comment-list .comment-inner .customer-info .info-text .comment-title {
    font-size: 17px;
    margin-bottom: 5px;
    letter-spacing: 0.03em;
    font-family: "Futura Md BT", sans-serif;
    color: rgb(28, 28, 35);
}

.single-attorney .comments-area .comment-list-wrap .comment-list .comment-inner .customer-info .info-text .desc {
    margin-bottom: 0px;
    font-size: 15px;
    letter-spacing: 0.03em;
    color: rgb(119, 119, 119);
}

.single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-prev, .single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-next {
    position: absolute;
    bottom: 0px;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 20px;
    font-size: 25px;
    margin-top: 0px;
}

.single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-prev:hover, .single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-next:hover {
    color: rgb(204, 189, 153);
}

.single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-prev {
    right: 58px;
}

.single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-next {
    right: 20px;
}

@media screen and (max-width: 991px) {
    .single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-prev, .single-attorney .comments-area .comment-list-wrap .comment-list .owl-nav .owl-next {
        position: static;
    }
}

.single-attorney .attorney-contact {
    padding-top: 42px;
    margin-top: 50px;
    border-top: 1px solid rgb(216, 216, 216);
}

.single-attorney .attorney-contact h2 {
    font-size: 30px;
    letter-spacing: 0.03em;
    margin-bottom: 29px;
}

#secondary .widget {
    padding: 25px 24px;
    margin-bottom: 49px;
    border: 1px solid rgb(227, 227, 227);
}

#secondary .widget:last-child {
    margin-bottom: 0px;
}

#secondary .widget select {
    max-width: 100%;
}

#secondary .widget .widget-title {
    background-color: rgb(28, 28, 35);
    color: rgb(255, 255, 255);
    padding: 20px 25px 21px;
    margin: -25px -25px 25px;
}

#secondary .widget.widget_categories, #secondary .widget.widget_archive {
    padding-bottom: 0px;
}

#secondary .widget.widget_categories ul:not(.sub-menu), #secondary .widget.widget_archive ul:not(.sub-menu) {
    margin-top: -25px;
}

#secondary .widget.widget_categories ul li, #secondary .widget.widget_archive ul li {
    border-bottom: 1px solid rgb(227, 227, 227);
    font-size: 17px;
    font-family: "Futura Md BT", sans-serif;
    color: inherit;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#secondary .widget.widget_categories ul li:last-child, #secondary .widget.widget_archive ul li:last-child {
    border-bottom: none;
}

#secondary .widget.widget_categories ul li a, #secondary .widget.widget_archive ul li a {
    border: none;
    padding: 18px 5px 18px 0px;
}

#secondary .widget.widget_categories ul li ul.children, #secondary .widget.widget_archive ul li ul.children {
    width: 100%;
    margin-top: -15px;
}

#secondary .widget.widget_nav_menu {
    padding-bottom: 0px;
}

#secondary .widget.widget_nav_menu ul:not(.sub-menu) {
    margin-top: -25px;
}

#secondary .widget.widget_nav_menu ul li {
    border-bottom: 1px solid rgb(227, 227, 227);
    font-size: 17px;
    font-family: "Futura Md BT", sans-serif;
    color: rgb(28, 28, 35);
    line-height: normal;
}

#secondary .widget.widget_nav_menu ul li:last-child {
    border-bottom: none;
}

#secondary .widget.widget_nav_menu ul li a {
    border: none;
    padding: 18px 0px;
}

#secondary .widget.widget_cms_recent_posts {
    padding-bottom: 0px;
}

#secondary .widget.widget_cms_recent_posts .post-item {
    padding-bottom: 25px;
}

#secondary .widget.widget_cms_recent_posts .post-item:last-child {
    border: none;
}

#secondary .widget.widget_tag_cloud .widget-title {
    margin-bottom: 17px;
}

.widget_cms_recent_posts {
    padding-bottom: 0px;
}

.widget_cms_recent_posts .post-item {
    margin-bottom: 24px;
    padding-bottom: 25px;
    display: flex;
    border-bottom: 1px solid rgb(227, 227, 227);
}

.widget_cms_recent_posts .post-item:last-child {
    margin-bottom: 0px;
}

.widget_cms_recent_posts .entry-media {
    flex: 0 0 auto;
}

.widget_cms_recent_posts .entry-media img {
    max-width: 76px;
    margin-right: 25px;
}

.widget_cms_recent_posts .entry-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

.widget_cms_recent_posts .entry-meta {
    margin-top: 5px;
    text-transform: capitalize;
}

.widget_cms_recent_posts .entry-content {
    margin-bottom: 0px;
}

.cms-contact-phone {
    text-align: center;
    padding: 0px !important;
    border: none !important;
}

.cms-contact-phone .content-top {
    background-color: rgb(28, 28, 35);
    color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-bottom: 42px;
}

.cms-contact-phone .content-top img {
    max-height: 41px;
}

.cms-contact-phone .content-top .ct-title h4 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.03em;
    margin-top: 28px;
    margin-bottom: 8px;
    color: rgb(255, 255, 255);
}

.cms-contact-phone .content-top .ct-phone p {
    font-size: 40px;
    font-family: "Futura Md BT", sans-serif;
    margin-bottom: 8px;
}

.cms-contact-phone .content-top .ct-phone p a {
    color: rgb(204, 189, 153);
}

@media screen and (max-width: 767px) {
    .cms-contact-phone .content-top .ct-phone p {
        font-size: 30px;
    }
}

.cms-contact-phone .content-top .ct-description p {
    font-size: 17px;
    font-family: "Futura Hv BT", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.cms-contact-phone .content-bottom {
    color: rgb(255, 255, 255);
}

.cms-contact-phone .content-bottom .ct-button a {
    width: 100%;
    background-color: rgb(204, 189, 153);
}

.cms-contact-phone .content-bottom .ct-button a:hover {
    background-color: rgb(204, 189, 153);
}

.cms-area-brochures .brochures-description {
    margin-bottom: 28px;
}

.cms-area-brochures .info-buttons p {
    margin-bottom: 10px;
}

.cms-area-brochures .info-buttons p a {
    width: 100%;
    height: 48px;
    padding-left: 35px;
    display: flex;
    align-items: center;
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-family: "Futura Hv BT", sans-serif;
}

.cms-area-brochures .info-buttons p a:hover {
    background-color: rgb(204, 189, 153);
}

.cms-area-brochures .info-buttons p a i {
    font-size: 14px;
    margin-right: 15px;
}

.cms-case-study-info {
    background-color: rgb(28, 28, 35);
    padding: 25px !important;
    border: none !important;
}

.cms-case-study-info .info-item {
    display: flex;
    justify-content: space-between;
}

.cms-case-study-info .info-item p {
    font-size: 15px;
    margin-bottom: 12px;
}

.cms-case-study-info .info-item p:first-child {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-family: "Futura Md BT", sans-serif;
    color: rgb(204, 189, 153);
}

.cms-case-study-info .info-item p:last-child {
    color: rgb(255, 255, 255);
}

.cms-case-study-info .info-text {
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
}

.cms-case-study-info .info-text .info-text-top {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cms-case-study-info .info-text .info-text-top .client {
    margin-bottom: 5px;
    margin-top: 2px;
}

.cms-case-study-info .info-text .info-text-bottom {
    margin-top: 18px;
}

.cms-case-study-info .info-text .info-text-bottom .info-item p {
    margin-bottom: 3px;
}

.cms-case-study-info .info-text .info-text-bottom .awarded-desc {
    color: rgb(204, 189, 153);
}

.cms-case-study-info .info-share {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 24px;
}

.cms-case-study-info .info-share .info-item {
    align-items: center;
}

.cms-case-study-info .info-share .info-item p {
    margin-bottom: 0px;
}

.cms-case-study-info .info-share ul {
    list-style: none;
    margin: 0px;
    display: flex;
}

.cms-case-study-info .info-share ul li a {
    display: inline-flex;
    width: 33px;
    height: 33px;
    align-items: center;
    justify-content: center;
    background-color: rgb(60, 60, 66);
    color: rgb(255, 255, 255);
    margin-left: 6px;
}

.cms-case-study-info .info-share ul li a i {
    font-size: 15px;
}

.cms-case-study-info .info-share ul li a:hover {
    background-color: rgb(204, 189, 153);
}

.cms-case-study-info .info-buttons p {
    margin-bottom: 10px;
}

.cms-case-study-info .info-buttons p:last-child {
    margin-bottom: 0px;
}

.cms-case-study-info .info-buttons p a {
    width: 100%;
    height: 48px;
    padding-left: 35px;
    display: flex;
    align-items: center;
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-family: "Futura Hv BT", sans-serif;
}

.cms-case-study-info .info-buttons p a:hover {
    background-color: rgb(204, 189, 153);
}

.cms-case-study-info .info-buttons p a i {
    font-size: 14px;
    margin-right: 15px;
}

.cms-image-close {
    padding: 0px !important;
    border: none !important;
}

.cms-image-close .widget-content {
    display: inline-block;
    position: relative;
}

.cms-image-close .widget-content span {
    display: inline-flex;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 8px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-color: rgb(222, 194, 102);
    color: rgb(28, 28, 35);
}

.cms-image-close .widget-content span::before {
    content: "x";
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}

.cms-get-in-touch .widget-title {
    margin-bottom: 16px !important;
}

.cms-get-in-touch .cms-contact-info-inner {
    border-bottom: 1px solid rgb(227, 227, 227);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.cms-get-in-touch .cms-contact-info-inner:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.cms-get-in-touch .cms-contact-info-inner .cms-contact-info-holder {
    font-size: 15px;
    line-height: 30px;
    color: rgb(28, 28, 35);
}

.cms-get-in-touch .cms-contact-info-inner .cms-contact-info-holder a {
    color: inherit;
}

.cms-get-in-touch .cms-contact-info-inner .cms-contact-info-holder a:hover {
    color: rgb(204, 189, 153);
}

.cms-get-in-touch .cms-contact-info-inner .cms-contact-info-holder h4 {
    font-size: 20px;
    margin-bottom: 7px;
}

.cms-get-in-touch .cms-contact-info-inner .cms-contact-info-holder .cms-social-media a {
    width: 34px;
    height: 34px;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 50%;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.cms-get-in-touch .cms-contact-info-inner .cms-contact-info-holder .cms-social-media a:hover {
    border-color: rgb(222, 194, 102);
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
}

.site-layout-full-width .widget_cms_recent_posts .entry-title {
    font-size: 20px;
}

.site-layout-full-width .widget_cms_recent_posts .entry-meta li {
    font-size: 16px;
}

.tnp-widget-minimal form {
    display: flex;
}

.tnp-widget-minimal form input.tnp-email {
    color: rgb(119, 119, 119);
    padding: 0px 18px;
}

.tnp-widget-minimal form input.tnp-submit {
    width: 25%;
    min-width: 145px;
    padding: 0px 35px;
    font-size: 13px;
    letter-spacing: 0.07em;
    font-family: "Futura Hv BT", sans-serif;
    background-color: rgb(204, 189, 153);
}

.widget {
    margin-bottom: 44px;
}

.widget:last-child {
    margin-bottom: 0px;
}

.widget .screen-reader-text {
    display: none;
}

.widget .widget-title {
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    color: rgb(28, 28, 35);
}

.widget select {
    max-width: 100%;
    margin-top: 6px;
    margin-bottom: 30px;
}

ul.menu {
    list-style: none;
    margin: 0px;
}

.search-form {
    position: relative;
}

.widget_nav_menu.column3 ul.menu {
    margin: 0px -15px;
    overflow: hidden;
}

.widget_nav_menu.column3 ul.menu li {
    width: 33.33%;
    padding: 0px 15px;
    float: left;
}

@media screen and (max-width: 767px) {
    .widget_nav_menu.column3 ul.menu li {
        width: 50%;
    }
}

@media screen and (max-width: 575px) {
    .widget_nav_menu.column3 ul.menu li {
        width: 100%;
    }
}

.widget_nav_menu.column2 ul.menu {
    margin: 0px -15px;
    overflow: hidden;
}

.widget_nav_menu.column2 ul.menu li {
    width: 50%;
    padding: 0px 15px;
    float: left;
}

@media screen and (max-width: 575px) {
    .widget_nav_menu.column2 ul.menu li {
        width: 100%;
    }
}

.widget_search {
    position: relative;
    padding-bottom: 0px;
}

.widget_search .search-field {
    padding-right: 50px;
    border: 1px solid rgb(222, 194, 102);
    font-style: italic;
}

.widget_search .search-submit {
    border: none;
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
    padding: 0px;
    height: 48px;
    line-height: 48px;
    width: 48px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.widget_categories ul, .widget_product_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
    list-style: none;
    margin-bottom: 0px;
}

#content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
    padding-left: 0px;
}

#content .widget_categories ul li, #content .widget_nav_menu ul li, #content .widget_pages ul li, #content .widget_archive ul li, #content .widget_meta ul li {
    font-size: 0px;
    line-height: 0;
}

#content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
    font-size: 16px;
    font-family: Poppins, sans-serif;
    color: inherit;
    display: block;
    padding: 11px 0px;
    border-bottom: 1px solid rgb(227, 227, 227);
    position: relative;
    overflow: hidden;
}

#content .widget_categories ul li a::before, #content .widget_nav_menu ul li a::before, #content .widget_pages ul li a::before, #content .widget_archive ul li a::before, #content .widget_meta ul li a::before {
    content: "";
    display: inline-block;
    font: 13px / 1 FontAwesome;
    text-rendering: auto;
    width: 16px;
    margin-right: 6px;
    color: rgb(222, 194, 102);
    visibility: hidden;
    margin-left: -22px;
    transition: 300ms ease-out;
}

#content .widget_categories ul li a:hover, #content .widget_nav_menu ul li a:hover, #content .widget_pages ul li a:hover, #content .widget_archive ul li a:hover, #content .widget_meta ul li a:hover {
    color: inherit !important;
}

#content .widget_categories ul li a:hover::before, #content .widget_nav_menu ul li a:hover::before, #content .widget_pages ul li a:hover::before, #content .widget_archive ul li a:hover::before, #content .widget_meta ul li a:hover::before {
    visibility: visible;
    margin-left: 0px;
}

#content .widget_categories ul li.current-cat > a, #content .widget_categories ul li.current-cat-parent > a, #content .widget_categories ul li > a:hover, #content .widget_nav_menu ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_nav_menu ul li > a:hover, #content .widget_pages ul li.current-cat > a, #content .widget_pages ul li.current-cat-parent > a, #content .widget_pages ul li > a:hover, #content .widget_archive ul li.current-cat > a, #content .widget_archive ul li.current-cat-parent > a, #content .widget_archive ul li > a:hover, #content .widget_meta ul li.current-cat > a, #content .widget_meta ul li.current-cat-parent > a, #content .widget_meta ul li > a:hover {
    color: rgb(204, 189, 153);
}

#content .widget_categories ul li.menu-item-has-children > a, #content .widget_nav_menu ul li.menu-item-has-children > a, #content .widget_pages ul li.menu-item-has-children > a, #content .widget_archive ul li.menu-item-has-children > a, #content .widget_meta ul li.menu-item-has-children > a {
    border-bottom: 1px solid rgb(227, 227, 227);
}

#content .widget_categories ul li .sub-menu, #content .widget_categories ul li .children, #content .widget_nav_menu ul li .sub-menu, #content .widget_nav_menu ul li .children, #content .widget_pages ul li .sub-menu, #content .widget_pages ul li .children, #content .widget_archive ul li .sub-menu, #content .widget_archive ul li .children, #content .widget_meta ul li .sub-menu, #content .widget_meta ul li .children {
    margin-left: 12px;
}

#content .widget_categories ul li:last-child a, #content .widget_nav_menu ul li:last-child a, #content .widget_pages ul li:last-child a, #content .widget_archive ul li:last-child a, #content .widget_meta ul li:last-child a {
    border: none;
}

#content .widget_categories .current-cat > a, #content .widget_categories .current-cat-parent > a, #content .widget_categories .current-cat-ancestor > a, #content .widget_nav_menu .current-cat > a, #content .widget_nav_menu .current-cat-parent > a, #content .widget_nav_menu .current-cat-ancestor > a, #content .widget_pages .current-cat > a, #content .widget_pages .current-cat-parent > a, #content .widget_pages .current-cat-ancestor > a, #content .widget_archive .current-cat > a, #content .widget_archive .current-cat-parent > a, #content .widget_archive .current-cat-ancestor > a, #content .widget_meta .current-cat > a, #content .widget_meta .current-cat-parent > a, #content .widget_meta .current-cat-ancestor > a {
    color: rgb(204, 189, 153);
}

#content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
    font-size: 14px;
    line-height: normal;
}

#content .widget_nav_menu ul li:last-child a {
    border-bottom: 1px solid rgb(227, 227, 227);
}

#content .widget_nav_menu ul li:last-child a:last-child {
    border: none;
}

.widget_recent_entries a, .widget_recent_comments a {
    color: rgb(28, 28, 35);
    font-size: 16px;
}

.widget_recent_entries a:hover, .widget_recent_comments a:hover {
    color: rgb(204, 189, 153);
}

.widget_recent_entries li, .widget_recent_comments li {
    border-bottom: 1px solid rgb(227, 227, 227);
    padding-bottom: 11px;
    margin-bottom: 11px;
}

.widget_recent_entries li:last-child, .widget_recent_comments li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}

.widget_recent_comments .recentcomments > a::before {
    content: "\a ";
    white-space: pre;
}

.widget_rss {
    font-size: 16px;
}

.widget_rss .widget-title .rsswidget {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.widget_rss ul {
    list-style: none;
    padding: 0px;
}

.widget_rss li {
    margin-bottom: 16px;
}

.widget_rss li:last-child {
    margin-bottom: 0px;
}

.widget_rss .rsswidget {
    font-weight: 700;
    font-family: "Futura Md BT", sans-serif;
    display: inline-block;
    margin-bottom: 5px;
}

.widget_rss .rss-date {
    font-size: 0.875em;
    font-style: italic;
    display: block;
}

.widget_rss cite {
    font-weight: 700;
    font-size: 0.875em;
}

.widget_calendar {
    padding-bottom: 4px !important;
}

.widget_calendar th, .widget_calendar td {
    text-align: center;
}

.widget_calendar tbody td a {
    color: rgb(204, 189, 153);
}

.widget_calendar #wp-calendar {
    margin-bottom: 0px;
    margin-top: -3px;
}

.widget_ef_recent_posts li {
    padding-bottom: 14px;
}

.widget_ef_recent_posts li:last-child {
    padding-bottom: 0px;
}

.widget_ef_recent_posts .entry-posted-in a {
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.66);
}

.widget_ef_recent_posts .entry-posted-in a:hover {
    color: rgb(204, 189, 153);
}

.widget_ef_recent_posts .entry-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 4px;
}

.widget_ef_recent_posts .entry-title a {
    color: rgb(0, 0, 0);
}

.widget_ef_recent_posts .entry-title a:hover {
    color: rgb(204, 189, 153);
}

.widget_ef_recent_posts .entry-title + .entry-meta {
    margin-top: 15px;
}

.vc_wp_custommenu .widgettitle {
    font-size: 24px;
}

.widget_cms_check_availability {
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    border: 1px solid rgb(229, 229, 229) !important;
    margin-bottom: 55px !important;
    padding: 30px !important;
}

.widget_cms_check_availability .select2-selection__arrow {
    display: none !important;
}

#content .widget_newsletterwidget .tnp-widget {
    position: relative;
}

#content .widget_newsletterwidget .tnp-widget .tnp-field-email {
    margin-bottom: 0px;
}

#content .widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
    height: 42px;
    border: none;
    border-radius: 0px;
    background-color: rgb(28, 28, 28);
    color: rgba(255, 255, 255, 0.55);
    font-weight: 300;
    font-style: italic;
    padding: 8px 55px 8px 15px;
    font-size: 13px;
    font-family: "Playfair Display", sans-serif;
}

#content .widget_newsletterwidget .tnp-widget .tnp-field-button {
    margin: 0px;
}

#content .widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
    top: 0px;
    right: 0px;
    height: 40px;
    border: none;
    padding: 0px 15px;
    background-color: transparent;
    min-height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(222, 194, 102);
    position: absolute;
    width: inherit;
}

.tagcloud a, .entry-tags a {
    background-color: transparent;
    border: 1px solid rgb(216, 216, 216);
    color: rgb(119, 119, 119);
    display: inline-block;
    padding: 7px 25px;
    margin-top: 8px;
    margin-right: 6px;
    font-size: 14px !important;
}

.tagcloud a:hover, .entry-tags a:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(222, 194, 102);
    background-color: rgb(204, 189, 153);
}

#sb_instagram .sbi_item img {
    border-radius: 1px !important;
}

#sb_instagram .sbi_item .sbi_photo {
    position: relative;
    opacity: 1 !important;
}

#sb_instagram .sbi_item .sbi_photo::before {
    content: "";
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: FontAwesome;
    z-index: 2;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    inset: 0px;
    margin: auto;
    opacity: 0;
    transition: 300ms linear;
}

#sb_instagram .sbi_item .sbi_photo::after {
    position: absolute;
    inset: 0px;
    content: "";
    background-color: rgb(222, 194, 102);
    z-index: 1;
    border-radius: 1px;
    opacity: 0;
    transition: 300ms linear;
}

#sb_instagram .sbi_item .sbi_photo:hover::before, #sb_instagram .sbi_item .sbi_photo:hover::after {
    opacity: 1;
}

#sb_instagram #sbi_load {
    padding-top: 0px !important;
}

.vc_row #sb_instagram .sbi_item .sbi_photo::before {
    font-size: 28px;
}

@media screen and (max-width: 991px) {
    .vc_row #sb_instagram .sbi_item .sbi_photo::before {
        font-size: 20px;
    }
}

.vc_row #sb_instagram .sbi_item .sbi_photo::after {
    background-color: rgba(204, 189, 153, 0.95);
    inset: 30px;
    border-radius: 2px;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}

embed, iframe, object {
    max-width: 100%;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    padding: 0.8075em 0px;
    font-size: 0.875em;
    font-style: italic;
}

.wp-caption-text {
    text-align: center;
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0px 10px 0px 0px;
    margin-bottom: 0px;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

@media (min-width: 480px) {
    .gallery-columns-3 .gallery-item {
        width: 33.3333%;
    }
}

@media (min-width: 480px) {
    .gallery-columns-4 .gallery-item {
        width: 25%;
    }
}

.gallery-columns-5 .gallery-caption {
    display: none;
}

@media (min-width: 480px) {
    .gallery-columns-5 .gallery-item {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .gallery-columns-5 .gallery-item {
        width: 20%;
    }
}

.gallery-columns-6 .gallery-caption {
    display: none;
}

@media (min-width: 480px) {
    .gallery-columns-6 .gallery-item {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .gallery-columns-6 .gallery-item {
        width: 16.66%;
    }
}

.gallery-columns-7 .gallery-caption {
    display: none;
}

@media (min-width: 480px) {
    .gallery-columns-7 .gallery-item {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .gallery-columns-7 .gallery-item {
        width: 14.28%;
    }
}

.gallery-columns-8 .gallery-caption {
    display: none;
}

@media (min-width: 480px) {
    .gallery-columns-8 .gallery-item {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .gallery-columns-8 .gallery-item {
        width: 12.5%;
    }
}

.gallery-columns-9 .gallery-caption {
    display: none;
}

@media (min-width: 480px) {
    .gallery-columns-9 .gallery-item {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .gallery-columns-9 .gallery-item {
        width: 11.11%;
    }
}

.gallery-caption {
    display: block;
}

.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    display: flex;
}

.cms-social-media {
    display: flex;
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.cms-social-media a {
    font-size: 16px;
    color: inherit;
    padding: 0px 8px;
}

.cms-social-media a:hover {
    box-shadow: none !important;
}

.cms-social-media.rotate-hover i {
    transition: 800ms 0.02s;
}

.cms-social-media.rotate-hover a:hover {
    color: inherit;
}

.cms-social-media.rotate-hover a:hover i {
    transform: rotateY(360deg);
}

.cms-social-media span {
    display: none;
}

ul.cms-social-media {
    margin-bottom: 0px;
    display: inline-flex;
}

ul.cms-social-media li {
    display: inline-block;
}

ul.cms-social-media li + li {
    margin-left: 15px;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
    font-size: 25px;
    position: relative;
    margin-bottom: 25px;
    letter-spacing: 0.03em;
}

.comments-area .comment-list {
    list-style: none;
    margin: 0px;
}

.comments-area .comment-list ol li {
    list-style-position: inherit;
}

.comments-area .comment-list > .comment .comment-body {
    border-top: 1px dashed rgb(219, 219, 219);
    margin-top: 24px;
    padding-top: 30px;
}

.comments-area .comment-list > .comment:first-child > .comment-body {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}

.comments-area .comment-list > .comment > .children {
    list-style: none;
    margin: 0px;
    padding-left: 90px;
}

@media screen and (max-width: 767px) {
    .comments-area .comment-list > .comment > .children {
        padding-left: 0px;
    }
}

.comments-area .comment-list > .pingback + .pingback {
    border-top: 1px solid rgb(217, 217, 217);
    margin-top: 24px;
    padding-top: 30px;
}

.comments-area .comment-list .children {
    list-style: none;
}

@media screen and (min-width: 650px) {
    .comments-area .comment-inner {
        display: flex;
        flex-wrap: nowrap;
    }
}

.comments-area .comment-inner img.avatar {
    max-width: 70px;
    min-width: 70px;
    max-height: 70px;
    margin-right: 20px;
    margin-bottom: 5px;
    border-radius: 50%;
}

.comments-area .comment-inner .comment-content {
    padding-top: 6px;
}

.comments-area .comment-inner .comment-content .comment-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
}

.comments-area .comment-inner .comment-content .comment-meta {
    font-size: 13px;
    color: rgb(155, 155, 155);
    margin-bottom: 7px;
}

.comments-area .comment-inner .comment-content .comment-text {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(155, 155, 155);
}

.comments-area .comment-inner .comment-content .comment-text p:last-child {
    margin-bottom: 0px;
}

.comments-area .comment-inner .comment-content .comment-reply {
    font-size: 13px;
    font-weight: 700;
    color: rgb(204, 189, 153);
}

.comments-area .comment-list-wrap {
    margin-bottom: 40px;
}

.comments-area #commentform > .row {
    margin-left: -10px;
    margin-right: -10px;
}

.comments-area #commentform input, .comments-area #commentform textarea {
    margin-bottom: 20px;
}

.comments-area #commentform .comment-form-author, .comments-area #commentform .comment-form-email {
    padding: 0px 10px;
}

.comments-area #commentform .comment-form-comment textarea {
    height: 210px;
}

.comments-area #commentform .submit {
    margin: 6px auto 0px;
    background-color: rgb(28, 28, 35);
    border-color: rgb(28, 28, 35);
    color: rgb(255, 255, 255);
}

.comments-area #commentform .submit:hover {
    background-color: rgb(222, 194, 102);
    border-color: rgb(204, 189, 153);
}

.comments-area #commentform .form-submit {
    margin-bottom: 0px;
    text-align: center;
}

.comments-area .comment-content a {
    overflow-wrap: break-word;
}

.comments-area .bypostauthor {
    display: block;
}

.comments-area .logged-in-as {
    color: rgb(155, 155, 155);
}

.comments-area .logged-in-as a {
    color: rgb(155, 155, 155);
}

.comments-area .logged-in-as a:hover {
    color: rgb(204, 189, 153);
}

.comment-form-cookies-consent {
    display: none;
}

.site-footer {
    line-height: 1.73;
    color: rgb(227, 227, 227);
}

.site-footer .top-footer {
    background-color: rgb(28, 28, 35);
    padding: 65px 0px 53px;
    position: relative;
}

.site-footer .top-footer .footer-widget-title {
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-bottom: 25px;
    letter-spacing: 0.03em;
}

.site-footer .top-footer .cms-footer-item section:not(:last-child) {
    margin-bottom: 29px;
}

.site-footer .top-footer .cms-footer-item p {
    margin-bottom: 11px;
}

.site-footer .top-footer .cms-footer-item a:hover {
    color: rgba(204, 189, 153, 0.75) !important;
}

.site-footer .top-footer .cms-footer-item .footer-logo img {
    max-height: 30px;
    margin-top: 5px;
}

.site-footer .top-footer .cms-footer-item .cms-social-media {
    margin: 0px !important;
}

.site-footer .top-footer .cms-footer-item .cms-social-media li a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.site-footer .top-footer .cms-footer-item .cms-social-media li a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(28, 28, 35) !important;
}

.site-footer .top-footer .cms-footer-item .widget.footer-top-menu ul li {
    margin-bottom: 11px;
}

.site-footer .top-footer .cms-footer-item .widget.footer-top-menu ul li a {
    color: rgb(222, 194, 102);
    font-weight: bold;
    letter-spacing: 0.03em;
    position: relative;
}

.site-footer .top-footer .cms-footer-item .widget.footer-top-menu ul li a::before {
    content: "";
    font-style: normal;
    font-variant: normal;
    font-size-adjust: none;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    font-family: Material-Design-Iconic-Font;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 11px;
}

.site-footer .top-footer .cms-footer-item .widget_nav_menu ul li ul, .site-footer .top-footer .cms-footer-item .widget_pages ul li ul, .site-footer .top-footer .cms-footer-item .widget_categories ul li ul {
    margin-left: 10px;
}

@media screen and (max-width: 991px) {
    .site-footer .top-footer {
        padding-bottom: 30px;
    }

    .site-footer .top-footer .cms-footer-item {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .site-footer .top-footer .cms-footer-item + .cms-footer-item {
        margin-top: 45px;
    }
}

.site-footer .top-footer a {
    color: inherit;
}

.site-footer .top-footer .widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
    height: 48px;
    line-height: 48px;
    border: none;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(119, 119, 119);
    font-weight: 300;
    padding: 8px 55px 8px 15px;
    font-size: 13px;
    margin-top: 17px;
}

.site-footer .top-footer .widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
    height: 48px;
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-family: "Futura Hv BT", sans-serif;
    letter-spacing: 0.07em;
    border: none;
    margin-top: 15px;
}

.site-footer .top-footer .widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit:hover {
    background-color: rgba(204, 189, 153, 0.75);
}

.site-footer .bottom-footer {
    background-color: rgb(21, 21, 27);
    font-size: 15px;
    position: relative;
    z-index: 2;
}

.site-footer .bottom-footer .bottom-col {
    display: flex;
    padding: 22.5px 0px;
    border-top: 1px solid transparent;
}

@media screen and (max-width: 767px) {
    .site-footer .bottom-footer .bottom-col {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .site-footer .bottom-footer .bottom-col .bottom-copyright {
        width: 50%;
    }
}

.site-footer .bottom-footer .bottom-col .bottom-copyright a {
    color: rgb(204, 189, 153);
}

.site-footer .bottom-footer .bottom-col .bottom-copyright a:hover {
    color: rgba(204, 189, 153, 0.75) !important;
}

@media screen and (min-width: 768px) {
    .site-footer .bottom-footer .bottom-col .bottom-menu {
        width: 50%;
    }
}

.site-footer .bottom-footer .bottom-col .bottom-menu ul {
    display: flex;
}

@media screen and (min-width: 768px) {
    .site-footer .bottom-footer .bottom-col .bottom-menu ul {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .site-footer .bottom-footer .bottom-col .bottom-menu ul {
        flex-direction: column;
        margin-top: 10px;
    }
}

.site-footer .bottom-footer .bottom-col .bottom-menu ul li:not(:last-child) {
    margin-right: 25px;
}

.site-footer .bottom-footer .bottom-col .bottom-menu ul li a {
    color: inherit;
    white-space: nowrap;
}

.site-footer .bottom-footer .bottom-col .bottom-menu ul li a:hover {
    color: rgba(204, 189, 153, 0.75);
}

.site-footer .bottom-footer .bottom-col .bottom-menu ul li.current-menu-item a {
    color: rgb(204, 189, 153);
}

body .scroll-top1 {
    position: fixed;
    z-index: 99;
    bottom: 24px;
    right: 30px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
}

body .scroll-top:hover, body .scroll-top:focus, body .scroll-top:active {
    color: rgb(255, 255, 255);
}

body .scroll-top.on {
    bottom: 44px;
    opacity: 1;
    visibility: visible;
}

.site-footer-custom .footer-custom-inner, body.single-footer .site-content {
    line-height: 1.73;
    color: rgb(221, 221, 221);
    -webkit-font-smoothing: antialiased;
}

.site-footer-custom .footer-custom-inner .footer-widget-title, .site-footer-custom .footer-custom-inner h5, body.single-footer .site-content .footer-widget-title, body.single-footer .site-content h5 {
    color: rgb(221, 221, 221);
    margin-bottom: 20px;
    letter-spacing: 0.2px;
    font-size: 16px !important;
}

.site-footer-custom .footer-custom-inner a, body.single-footer .site-content a {
    color: inherit;
}

.site-footer-custom .footer-custom-inner a:hover, body.single-footer .site-content a:hover {
    color: rgba(204, 189, 153, 0.75) !important;
}

.site-footer-custom .footer-custom-inner p, body.single-footer .site-content p {
    margin-bottom: 11px;
    font-family: Poppins, sans-serif;
}

.site-footer-custom .footer-custom-inner .cms-social-media, body.single-footer .site-content .cms-social-media {
    margin: 0px !important;
}

.site-footer-custom .footer-custom-inner .cms-social-media li a, body.single-footer .site-content .cms-social-media li a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.site-footer-custom .footer-custom-inner .cms-social-media li a:hover, body.single-footer .site-content .cms-social-media li a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(28, 28, 35) !important;
}

.site-footer-custom .footer-custom-inner .widget.footer-top-menu ul li, .site-footer-custom .footer-custom-inner .elementor-widget.footer-top-menu ul li, body.single-footer .site-content .widget.footer-top-menu ul li, body.single-footer .site-content .elementor-widget.footer-top-menu ul li {
    margin-bottom: 0px;
}

.site-footer-custom .footer-custom-inner .widget.footer-top-menu ul li a, .site-footer-custom .footer-custom-inner .elementor-widget.footer-top-menu ul li a, body.single-footer .site-content .widget.footer-top-menu ul li a, body.single-footer .site-content .elementor-widget.footer-top-menu ul li a {
    letter-spacing: 0.5px;
    font-size: 13px;
    position: relative;
    color: rgb(221, 221, 221) !important;
}

.site-footer-custom .footer-custom-inner .widget.footer-top-menu ul li a::before, .site-footer-custom .footer-custom-inner .elementor-widget.footer-top-menu ul li a::before, body.single-footer .site-content .widget.footer-top-menu ul li a::before, body.single-footer .site-content .elementor-widget.footer-top-menu ul li a::before {
    font-style: normal;
    font-variant: normal;
    font-size-adjust: none;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    font-family: Material-Design-Iconic-Font;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 11px;
}

.site-footer-custom .footer-custom-inner #menu-footer-bottom-menu, body.single-footer .site-content #menu-footer-bottom-menu {
    display: flex;
}

@media screen and (min-width: 768px) {
    .site-footer-custom .footer-custom-inner #menu-footer-bottom-menu, body.single-footer .site-content #menu-footer-bottom-menu {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .site-footer-custom .footer-custom-inner #menu-footer-bottom-menu, body.single-footer .site-content #menu-footer-bottom-menu {
        flex-direction: column;
        align-items: baseline;
    }
}

.site-footer-custom .footer-custom-inner #menu-footer-bottom-menu li, body.single-footer .site-content #menu-footer-bottom-menu li {
    white-space: nowrap;
}

.site-footer-custom .footer-custom-inner #menu-footer-bottom-menu li:not(:last-child), body.single-footer .site-content #menu-footer-bottom-menu li:not(:last-child) {
    margin-right: 25px;
}

.site-footer-custom .footer-custom-inner #menu-footer-bottom-menu li a, body.single-footer .site-content #menu-footer-bottom-menu li a {
    color: inherit;
}

.site-footer-custom .footer-custom-inner #menu-footer-bottom-menu li a:hover, body.single-footer .site-content #menu-footer-bottom-menu li a:hover {
    color: rgba(204, 189, 153, 0.75);
}

.site-footer-custom .footer-custom-inner #menu-footer-bottom-menu li.current-menu-item a, body.single-footer .site-content #menu-footer-bottom-menu li.current-menu-item a {
    color: rgb(204, 189, 153);
}

#masthead .fa, #colophon .fa {
    font-family: FontAwesome;
}

.item-featured img {
    width: 100%;
    transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.cms-grid .grid-sizer {
    visibility: hidden;
}

.cms-grid .cms-grid-inner, .cms-grid .grid-item-inner {
    position: relative;
}

.cms-grid .grid-item.cms-animated .grid-item-inner {
    animation: 0.65s ease 0s 1 normal forwards running moveUp;
    transform: translateY(200px);
}

.cms-grid .cms-loadmore-wrap {
    display: flex;
    justify-content: center;
}

.cms-grid .cms-load-more {
    margin-top: 70px;
    display: inline-block;
}

.cms-grid .cms-grid-pagination {
    margin-top: 20px;
}

.cms-grid .item-featured a {
    display: block;
}

.grid-filter-wrap {
    margin-bottom: 35px;
}

.grid-filter-wrap span {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.03em;
    margin: 10px 31px;
    transition: 300ms linear;
    text-transform: capitalize;
    color: rgb(28, 28, 35);
    font-family: "Futura Md BT", sans-serif;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.grid-filter-wrap span.active, .grid-filter-wrap span:hover {
    color: rgb(204, 189, 153);
}

.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
    min-width: 160px;
    height: 40px;
    line-height: 40px;
    padding: 0px 40px 0px 21px;
    display: inline-block;
    width: inherit;
    border: none;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
    font-size: 15px;
}

.select-filter-wrap.nice-select::after, .select-order-wrap.nice-select::after {
    content: "";
    right: 15px;
    font-size: 15px;
}

.select-order-wrap {
    margin-left: 15px;
}

.item-order {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.owl-nav {
    text-align: center;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    color: rgb(162, 162, 162);
    display: inline-block;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin-top: 25px;
    transition: 300ms linear;
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    color: rgb(0, 0, 0);
}

.owl-dots {
    text-align: center;
    margin-top: 40px;
    line-height: 1;
    height: 12px;
}

.owl-dots .owl-dot {
    border-radius: 12px;
    background-color: rgb(142, 142, 142);
    display: inline-block;
    height: 12px;
    margin: 0px 5px;
    width: 12px;
    vertical-align: top;
    transition: 300ms linear;
    position: relative;
}

.owl-dots .owl-dot.active {
    background-color: transparent;
    box-shadow: rgb(34, 34, 34) 0px 0px 0px 4px inset;
}

.owl-dot-light .owl-dots .owl-dot, .bullet-light .owl-dots .owl-dot {
    background-color: rgba(255, 255, 255, 0.5);
}

.owl-dot-light .owl-dots .owl-dot.active, .bullet-light .owl-dots .owl-dot.active {
    background-color: transparent;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px inset;
}

#cms-loadding {
    background: rgb(255, 255, 255);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0px;
    left: 0px;
    transition: 300ms linear;
}

#cms-loadding .loading-spinner {
    margin: -20px auto 0px;
    width: 40px;
    height: 40px;
    top: 50%;
    position: relative;
    text-align: center;
    animation: 2s linear 0s infinite normal none running sk-rotate;
}

#cms-loadding .loading-dot1, #cms-loadding .loading-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0px;
    background-color: rgb(222, 194, 102);
    border-radius: 100%;
    animation: 2s ease-in-out 0s infinite normal none running sk-bounce;
}

#cms-loadding .loading-dot2 {
    top: auto;
    bottom: 0px;
    animation-delay: -1s;
}

.nav-tabs.cms-tabs {
    border: none;
    margin-bottom: 10px;
}

.nav-tabs.cms-tabs .nav-item {
    margin: 0px 0px 10px 26px;
}

.nav-tabs.cms-tabs .nav-item:first-child {
    margin-left: 0px;
}

.nav-tabs.cms-tabs .nav-item a {
    margin: 0px;
    border: none;
    padding: 0px;
    font-size: 13px;
    color: rgba(28, 28, 35, 0.33);
}

.nav-tabs.cms-tabs .nav-item a.active {
    color: rgb(28, 28, 35);
}

.entry-footer .entry-edit-link {
    display: none;
}

.cms-modal {
    transition: 360ms linear;
    background-color: rgba(34, 34, 34, 0.95);
    position: fixed;
    z-index: 999;
    inset: 0px;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
}

.cms-modal .cms-modal-content {
    padding: 40px 0px;
    max-width: 470px;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0px;
    right: 0px;
}

.cms-modal.open {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.cms-modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    cursor: pointer;
}

.cms-modal-search .search-form-popup {
    position: relative;
}

.cms-modal-search .search-field {
    background-color: transparent;
    border: none;
    height: 60px;
    padding-left: 0px;
    padding-right: 60px;
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 600;
}

.cms-modal-search .search-submit {
    font-size: 28px;
    color: rgb(222, 194, 102);
    background-color: transparent;
    border: none;
    padding: 0px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
}

.cms-hidden-sidebar {
    width: 370px;
    padding: 95px 50px 50px;
    background-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
    position: fixed;
    top: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 360ms linear;
}

.cms-hidden-sidebar.open {
    z-index: 999;
    opacity: 1;
    visibility: visible;
}

.cms-hidden-sidebar .cms-hidden-close {
    position: absolute;
    top: 35px;
    right: 35px;
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: 360ms linear;
}

.cms-hidden-sidebar .cms-hidden-close:hover {
    color: rgb(204, 189, 153);
}

.cms-hidden-sidebar .widget {
    margin-bottom: 42px;
}

.cms-hidden-sidebar .widget:last-child {
    margin-bottom: 0px;
}

.cms-hidden-sidebar .widget-title {
    color: rgb(255, 255, 255);
}

.cms-hidden-sidebar .widget-title::after {
    background-color: rgb(255, 255, 255);
}

.cms-hidden-sidebar .widget_cms_recent_posts .post-item {
    border-color: rgb(83, 83, 83);
}

.cms-hidden-sidebar .widget_cms_recent_posts .post-item .entry-title {
    color: rgb(255, 255, 255);
}

.cms-hidden-sidebar .tagcloud a, .cms-hidden-sidebar .entry-tags a {
    background-color: transparent;
    border-color: rgb(55, 55, 55);
}

.cms-hidden-sidebar .tagcloud a:hover, .cms-hidden-sidebar .entry-tags a:hover {
    background-color: rgb(222, 194, 102);
    border-color: rgb(204, 189, 153);
}

.admin-bar .cms-hidden-sidebar {
    top: 52px;
}

body.error404 header.site-header, body.error404 #pagetitle, body.error404 footer {
    display: none;
}

body.error404 .site-content {
    padding: 0px !important;
}

body.error404 .error-404 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 110px 0px;
    text-align: center;
    background-image: url("../images/bg-404.jpg");
    height: 100vh;
}

@media screen and (max-width: 767px) {
    body.error404 .error-404 {
        height: auto;
    }
}

body.error404 .error-404 .icon-404 img {
    max-width: 46px;
    margin-bottom: 33px;
    letter-spacing: 0px;
}

body.error404 .error-404 h1 {
    font-size: 150px;
    line-height: 1;
    color: rgb(255, 255, 255);
    margin-bottom: -15px;
    font-family: Futura, sans-serif;
    font-weight: bold;
    font-style: normal;
}

@media screen and (max-width: 1199px) {
    body.error404 .error-404 h1 {
        font-size: 120px;
    }
}

body.error404 .error-404 p.subtitle {
    font-size: 48px;
    letter-spacing: 0.07em;
    font-family: "Futura Md BT", sans-serif;
    color: rgb(222, 194, 102);
    margin-bottom: 22px;
}

body.error404 .error-404 .page-content {
    font-size: 20px;
    line-height: 33px;
    color: rgb(227, 227, 227);
    margin-bottom: 40px;
    letter-spacing: 0px;
}

body.error404 .error-404 .btn.btn-404:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(28, 28, 35);
}

body.error404 .error-404-inner {
    position: relative;
    z-index: 99;
    max-width: 720px;
    padding: 0px 15px;
    margin: 0px auto;
}

@media screen and (min-width: 1200px) {
    body.error404 .error-404-inner {
        margin: 0px 170px;
    }
}

.vc_row.bg-image-ps-top {
    background-position: center top !important;
}

.vc_row.bg-image-ps-center {
    background-position: center center !important;
}

.vc_row.bg-image-ps-bottom {
    background-position: center bottom !important;
}

.vc_row.bg-image-ps-bottom-left {
    background-position: left bottom !important;
}

.vc_row.bg-image-ps-bottom-right {
    background-position: right bottom !important;
}

.site-content .elementor-widget-text-editor {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.site-content .elementor-widget-text-editor.vertical-text p {
    margin: 0px;
    transform: rotate(-90deg);
    transform-origin: left center;
    white-space: nowrap;
}

.site-content .elementor-widget-icon-list .elementor-icon-list-item {
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
}

.site-content .elementor-widget-button a.elementor-button, .site-content .elementor-widget-button .elementor-button {
    font-family: "Futura Hv BT", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    letter-spacing: 0.07em;
    padding: 17px 34px;
    border-radius: 0px;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .vc_row:not(.vc_row-no-padding) .vc_column_container > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .vc_row:not(.vc_row-no-padding) .vc_column_container.no-padding-xs > .vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

body img.mfp-img {
    padding: 0px !important;
    max-height: 75vh !important;
}

body .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}

body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
    line-height: 40px;
    padding: 0px;
    right: 0px;
    text-align: center;
    top: -44px;
    width: 40px;
    border-radius: 2px 2px 0px 0px;
}

body .mfp-bottom-bar {
    margin-top: 0px;
}

.mfp-wrap .mfp-container .mfp-arrow {
    background-color: rgb(222, 194, 102);
    width: 60px;
    height: 120px;
    opacity: 1;
}

.mfp-wrap .mfp-container .mfp-arrow::before, .mfp-wrap .mfp-container .mfp-arrow::after {
    border: none;
}

.mfp-wrap .mfp-container .mfp-arrow::before {
    font-family: Material-Design-Iconic-Font;
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
    line-height: normal;
    position: absolute;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    opacity: 1;
    left: 50%;
    width: auto;
    height: auto;
}

.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left::before {
    content: "";
}

.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right::before {
    content: "";
}

@media screen and (min-width: 1200px) {
    .mfp-wrap .mfp-container {
        padding: 120px;
    }
}

.rev_slider {
    margin-bottom: 0px !important;
}

.rev_slider .tp-leftarrow.custom, .rev_slider .tp-rightarrow.custom {
    width: 18px;
    height: 46px;
    border-radius: 0px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 300ms linear;
}

.rev_slider .tp-leftarrow.custom::before, .rev_slider .tp-rightarrow.custom::before {
    display: none;
}

.rev_slider .tp-leftarrow.custom:hover, .rev_slider .tp-rightarrow.custom:hover {
    opacity: 0.65;
}

.rev_slider .tp-leftarrow.custom {
    background-image: url("../images/slider-arrow-left.png");
}

.rev_slider .tp-rightarrow.custom {
    background-image: url("../images/slider-arrow-right.png");
}

.rev_slider .tp-bullets.custom .tp-bullet {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
}

.rev_slider .tp-bullets.custom .tp-bullet::before {
    transform: scale(0.8);
    content: "";
    height: 14px;
    width: 14px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -4px;
    left: -4px;
    border-radius: 14px;
    opacity: 0;
    transition: 0.3s linear !important;
}

.rev_slider .tp-bullets.custom .tp-bullet::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    height: 4px;
    width: 4px;
    transition: 0.3s linear !important;
}

.rev_slider .tp-bullets.custom .tp-bullet.selected {
    background-color: transparent;
}

.rev_slider .tp-bullets.custom .tp-bullet.selected::before {
    opacity: 1;
}

.rev_slider .tp-bullets.custom .tp-bullet.selected::after {
    opacity: 1;
}

.cms-button-svg .elementor-button-icon svg {
    width: 28px;
}

.cms-button-svg .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

.elementor-align-justify .btn {
    display: block;
}

.cms-button .cms-align-icon-right {
    float: right;
    margin-left: 5px;
}

.cms-button .cms-align-icon-left {
    float: left;
    margin-right: 5px;
}

.cms-button span {
    text-decoration: inherit;
}

.button-size-xs {
    font-size: 13px;
    padding: 10px 20px;
}

.button-size-sm {
    font-size: 15px;
    padding: 12px 24px;
}

.button-size-md {
    font-size: 16px;
    padding: 15px 30px;
}

.button-size-lg {
    font-size: 18px;
    padding: 20px 40px;
}

.button-size-xl {
    font-size: 20px;
    padding: 25px 50px;
}

.cms-tabs.cms-tabs--layout1 .cms-tabs-title {
    overflow: hidden;
    border-top: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    border-left: 1px solid rgb(204, 204, 204);
    border-image: initial;
    border-bottom: none;
    background-color: rgb(241, 241, 241);
}

.cms-tabs.cms-tabs--layout1 .cms-tabs-title .cms-tab-title {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.cms-tabs.cms-tabs--layout1 .cms-tabs-title .cms-tab-title:hover {
    background-color: rgb(221, 221, 221);
}

.cms-tabs.cms-tabs--layout1 .cms-tabs-title .cms-tab-title.active {
    background-color: rgb(204, 204, 204);
}

.cms-tabs.cms-tabs--layout1 .cms-tabs-content .cms-tab-content {
    display: none;
    padding: 6px 12px;
    border: 1px solid rgb(204, 204, 204);
}

.cms-tabs-view-vertical .cms-tabs {
    display: flex;
}

.cms-tabs-view-vertical .cms-tabs .cms-tabs-title {
    width: 25%;
    border-right: none;
    display: flex;
    flex-wrap: wrap;
}

.cms-tabs-view-vertical .cms-tabs .cms-tabs-title .cms-tab-title {
    width: 100%;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.cms-tabs-view-vertical .cms-tabs .cms-tabs-content {
    width: 20%;
    flex-grow: 1;
}

.cms-tabs-view-vertical .cms-tabs .cms-tabs-content .cms-tab-content {
    height: 100%;
}

.cms-testimonials-layout1 {
    text-align: center;
}

.cms-testimonials-layout1 .cms-testimonials-img img {
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
    max-width: none;
    height: 60px !important;
}

.cms-testimonials-layout1 .cms-testimonial-author {
    font-size: 15px;
}

.cms-testimonials-layout2 .cms-testimonials-wrapper {
    -webkit-box-align: start;
    align-items: flex-start;
    display: flex;
}

.cms-testimonials-layout2 .cms-testimonials-wrapper img {
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
    max-width: none;
    height: 60px !important;
}

.cms-testimonials-layout2 .cms-testimonials-wrapper .cms-testimonials-img {
    margin-right: 15px;
    display: inline-flex;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.cms-testimonials-layout2 .cms-testimonials-wrapper .cms-testimonials-content {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.cms-testimonials-layout2 .cms-testimonials-wrapper .cms-testimonial-author {
    font-size: 15px;
}

.cms-toggle-wrapper .cms-toggle-item {
    border-bottom-style: solid;
    border-bottom-width: 0px;
}

.cms-toggle-wrapper .cms-toggle-title {
    padding: 15px;
    color: rgb(68, 68, 68);
    cursor: pointer;
    font-weight: bold;
    border: none;
    transition: 0.4s;
}

.cms-toggle-wrapper .cms-toggle-title .cms-toggle-title-icon {
    float: right;
    margin-left: 5px;
}

.cms-toggle-wrapper .cms-toggle-title .cms-toggle-title-icon.left {
    float: left;
    margin-right: 5px;
}

.cms-toggle-wrapper .cms-toggle-title .cms-toggle-title-icon .cms-toggle-title-icon-close {
    display: block;
}

.cms-toggle-wrapper .cms-toggle-title .cms-toggle-title-icon .cms-toggle-title-icon-open {
    display: none;
}

.cms-toggle-wrapper .cms-toggle-title.active .cms-toggle-title-icon .cms-toggle-title-icon-close {
    display: none;
}

.cms-toggle-wrapper .cms-toggle-title.active .cms-toggle-title-icon .cms-toggle-title-icon-open {
    display: block;
}

.cms-toggle-wrapper .cms-toggle-content {
    display: none;
    padding: 15px;
}

.elementor-icon-box-content {
    padding: 5px;
}

.elementor-widget-icon-box.cms-icon-box .elementor-icon-box-content .elementor-icon-box-description {
    font-family: Poppins, sans-serif;
}

.cms-alert-info .cms-alert {
    color: rgb(49, 112, 143);
    background-color: rgb(217, 237, 247);
    border-color: rgb(188, 223, 241);
}

.cms-alert-success .cms-alert {
    color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
    border-color: rgb(202, 230, 190);
}

.cms-alert-warning .cms-alert {
    color: rgb(138, 109, 59);
    background-color: rgb(252, 248, 227);
    border-color: rgb(249, 240, 195);
}

.cms-alert-danger .cms-alert {
    color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
    border-color: rgb(232, 196, 196);
}

.cms-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left;
}

.cms-alert .cms-alert-title {
    font-weight: 600;
}

.cms-alert .cms-alert-dismiss {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
    font-size: 20px;
    line-height: 1;
    background: transparent;
    color: inherit;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

blockquote {
    border-left: 6px solid rgb(28, 28, 35);
    font-size: 20px;
    font-style: italic;
    line-height: 1.4;
    font-family: "Playfair Display", sans-serif;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0px 0px 32px;
}

blockquote cite {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: rgb(28, 28, 35);
    display: block;
    margin-top: 10px;
}

.cms-blockquotes-wrapper blockquote {
    margin: 0px;
}

.blockquotes-content {
    display: block;
}

.cms-blockquotes-layout2 blockquote {
    border: none;
    position: relative;
    padding-right: 20px;
    padding-left: 36px;
}

.cms-blockquotes-layout2 blockquote::before, .cms-blockquotes-layout2 blockquote::after {
    position: absolute;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 16px;
    color: rgb(28, 28, 35);
}

.cms-blockquotes-layout2 blockquote::before {
    content: "";
    top: 0px;
    left: 0px;
}

.cms-blockquotes-layout2 blockquote::after {
    content: "";
    right: 0px;
    bottom: 0px;
}

.cms-blockquotes-layout3 blockquote {
    background-color: rgb(244, 244, 244);
    color: rgb(222, 194, 102);
    border: none;
    border-radius: 4px;
    padding-left: 36px;
    padding-right: 30px;
}

.elementor-widget-image-box.cms-image-box .elementor-image-box-wrapper {
    text-align: left;
}

@media screen and (max-width: 1199px) {
    .elementor-widget-image-box.cms-image-box .elementor-image-box-wrapper .elementor-image-box-img {
        max-width: 65px !important;
    }
}

.elementor-widget-image-box.cms-image-box .elementor-image-box-wrapper .elementor-image-box-content p.elementor-image-box-description {
    font-family: Poppins, sans-serif;
    margin: 0px !important;
}

.elementor-widget-image-box.border-3 img {
    border-radius: 3px;
}

.cms-clients-list-wrapper {
    text-align: center;
}

.cms-attorney-carousel .carousel-item-inner {
    position: relative;
    cursor: pointer;
}

.cms-attorney-carousel .carousel-item-inner .entry-featured {
    margin-bottom: 0px;
}

.cms-attorney-carousel .carousel-item-inner .entry-body {
    position: absolute;
    inset: 22px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 350ms;
}

.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner {
    padding: 0px 40px;
    margin-top: -20px;
}

.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner .entry-title {
    letter-spacing: 0.03em;
    margin-bottom: 2px;
}

.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner p.position {
    margin-bottom: 35px;
    font-size: 20px;
}

.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner .contact-social {
    margin-top: 43px;
}

.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner .contact-social ul.info-social {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0px;
}

.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner .contact-social ul.info-social li a {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
    border-left: 1px solid rgb(230, 222, 204);
    border-right: 1px solid rgb(230, 222, 204);
    font-size: 16px;
}

.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner .contact-social ul.info-social li a:hover {
    background-color: rgb(204, 189, 153);
}

.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner .contact-social ul.info-social li:first-child a {
    border-left: none;
    border-radius: 5px 0px 0px 5px;
}

.cms-attorney-carousel .carousel-item-inner .entry-body .entry-body-inner .contact-social ul.info-social li:last-child a {
    border-right: none;
    border-radius: 0px 5px 5px 0px;
}

.cms-attorney-carousel .carousel-item-inner:hover .entry-body {
    opacity: 1;
    visibility: visible;
}

.cms-attorney-grid .entry-featured .post-image img {
    border-radius: 0px;
}

.cms-attorney-grid.layout1 .grid-item-inner {
    margin-bottom: 37px;
}

.cms-attorney-grid.layout1 .grid-item-inner .entry-body .entry-title {
    letter-spacing: 0.03em;
}

.cms-attorney-grid.layout1 .grid-item-inner .entry-body .entry-title span {
    font-family: Poppins, sans-serif;
    color: rgb(119, 119, 119);
    font-weight: normal;
}

.cms-attorney-grid.layout1 .grid-item-inner .entry-body .entry-content {
    margin-top: 15px;
}

.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info {
    display: flex;
    align-items: center;
    padding-top: 21px;
    margin-top: 18px;
    border-top: 1px solid rgb(216, 216, 216);
    line-height: 1;
}

.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info .contact-phone {
    color: rgb(28, 28, 35);
}

.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info .contact-phone i {
    margin-right: 5px;
}

.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info ul.info-social {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0px;
}

.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info ul.info-social li a {
    color: rgb(28, 28, 35);
    font-size: 16px;
    padding: 0px 9px;
}

.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info ul.info-social li a:hover {
    color: rgb(204, 189, 153);
}

.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info ul.info-social li:first-child a {
    padding-left: 0px;
}

.cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info .contact-social:not(:first-child) {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgb(216, 216, 216);
}

@media screen and (max-width: 575px) {
    .cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info .contact-social:not(:first-child) {
        margin-left: 0px;
        padding-left: 0px;
        border: none;
        margin-top: 15px;
    }
}

@media screen and (max-width: 575px) {
    .cms-attorney-grid.layout1 .grid-item-inner .entry-body .contact-info {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cms-attorney-grid.layout2 .grid-item-inner {
    margin-bottom: 23px;
}

.cms-attorney-grid.layout2 .grid-item-inner .entry-featured .contact-social {
    position: absolute;
    bottom: 0px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 350ms;
}

.cms-attorney-grid.layout2 .grid-item-inner .entry-featured .contact-social ul.info-social {
    list-style: none;
    display: flex;
    margin: 0px;
}

.cms-attorney-grid.layout2 .grid-item-inner .entry-featured .contact-social ul.info-social li a {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
    border-left: 1px solid rgb(230, 222, 204);
    border-right: 1px solid rgb(230, 222, 204);
    font-size: 16px;
}

.cms-attorney-grid.layout2 .grid-item-inner .entry-featured .contact-social ul.info-social li a:hover {
    background-color: rgb(204, 189, 153);
}

.cms-attorney-grid.layout2 .grid-item-inner .entry-featured .contact-social ul.info-social li:first-child a {
    border-left: none;
    border-radius: 5px 0px 0px 5px;
}

.cms-attorney-grid.layout2 .grid-item-inner .entry-featured .contact-social ul.info-social li:last-child a {
    border-right: none;
    border-radius: 0px 5px 5px 0px;
}

.cms-attorney-grid.layout2 .grid-item-inner .entry-featured:hover .contact-social {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
}

.cms-attorney-grid.layout2 .grid-item-inner .entry-body .entry-title {
    margin-bottom: 3px;
    letter-spacing: 0.03em;
    text-align: center;
}

.cms-attorney-grid.layout2 .grid-item-inner .entry-body .position {
    font-size: 15px;
    margin-bottom: 8px;
    text-align: center;
}

.cms-attorney-grid.layout2 .grid-item-inner .entry-body .entry-content {
    text-align: center;
}

.cms-case-study-carousel .slick-slider {
    overflow: inherit;
}

.cms-case-study-carousel .grid-filter-wrap {
    margin-bottom: 50px;
}

.cms-case-study-carousel .carousel-item-inner {
    position: relative;
}

.cms-case-study-carousel .carousel-item-inner .entry-featured {
    margin-bottom: 0px;
}

.cms-case-study-carousel .carousel-item-inner .entry-body {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgb(28, 28, 35) 90%);
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: 300ms;
}

.cms-case-study-carousel .carousel-item-inner .entry-body .entry-body-inner {
    padding: 0px 20px;
    width: 100%;
}

.cms-case-study-carousel .carousel-item-inner .entry-body .entry-meta {
    color: rgb(255, 255, 255);
}

.cms-case-study-carousel .carousel-item-inner .entry-body .entry-meta a {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cms-case-study-carousel .carousel-item-inner .entry-body h3.entry-title {
    font-size: 23px;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
    color: rgb(255, 255, 255);
}

.cms-case-study-carousel .carousel-item-inner:hover .entry-body {
    opacity: 1;
}

.cms-case-study-carousel .cms-slick-carousel .slick-prev, .cms-case-study-carousel .cms-slick-carousel .slick-next {
    top: auto;
    bottom: -97px;
}

.cms-case-study-carousel .cms-slick-carousel .slick-prev {
    left: 50%;
    transform: translateX(-50px);
}

.cms-case-study-carousel .cms-slick-carousel .slick-next {
    right: 50%;
    transform: translateX(50px);
}

.cms-case-study-grid.layout1 .grid-item .grid-item-inner {
    margin-bottom: 40px;
}

.cms-case-study-grid.layout1 .grid-item .entry-body {
    text-align: center;
}

.cms-case-study-grid.layout1 .grid-item .entry-body .post-meta {
    margin-bottom: 3px;
}

.cms-case-study-grid.layout1 .grid-item .entry-body .post-meta a {
    font-size: 15px;
    color: rgb(28, 28, 35);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cms-case-study-grid.layout1 .grid-item .entry-body h3.entry-title {
    font-size: 23px;
    letter-spacing: 0.05em;
    margin-bottom: 19px;
}

.cms-case-study-grid.layout1 .grid-item .entry-body .entry-content {
    font-size: 13px;
    line-height: 24px;
}

.cms-case-study-grid.layout1 .grid-item .entry-body .action-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 18px;
}

.cms-case-study-grid.layout1 .grid-item .entry-body .action-buttons .entry-readmore {
    display: inline-block;
    margin-top: 15px;
    margin-right: 7px;
}

.cms-case-study-grid.layout1 .grid-item .entry-body .action-buttons .download-button {
    margin-top: 15px;
    padding-left: 32px;
    padding-right: 32px;
}

.cms-case-study-grid.layout1 .grid-item .entry-body .action-buttons .download-button a {
    color: rgb(255, 255, 255);
}

.cms-case-study-grid.layout1 .grid-item .entry-body .action-buttons .download-button a i {
    margin-right: 7px;
    font-size: 14px;
}

.cms-case-study-grid.layout2 .grid-item .entry-featured {
    margin-bottom: 0px;
}

.cms-case-study-grid.layout2 .grid-item .entry-featured .post-image img {
    transition: 150ms linear;
}

.cms-case-study-grid.layout2 .grid-item .entry-body {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 35, 0.66);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 350ms;
}

.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner {
    padding: 0px 40px;
}

.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .post-meta {
    margin-bottom: 3px;
    color: rgb(255, 255, 255);
}

.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .post-meta a {
    font-size: 15px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner h3.entry-title {
    font-size: 23px;
    letter-spacing: 0.05em;
    margin-bottom: 19px;
    color: rgb(204, 189, 153);
}

.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .entry-content {
    font-size: 15px;
    line-height: 24px;
    color: rgb(255, 255, 255);
}

.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .action-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 18px;
}

.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .action-buttons .entry-readmore {
    display: inline-block;
}

.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .action-buttons .entry-readmore a.readmore-link {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Futura Hv BT", sans-serif;
    letter-spacing: 0.07em;
    color: rgb(204, 189, 153);
}

.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .action-buttons .entry-readmore a.readmore-link i {
    font-weight: bold;
    font-size: 13px;
    margin-left: 2px;
    transform: translateX(-15px);
    opacity: 0;
    transition: 0.2s linear;
}

.cms-case-study-grid.layout2 .grid-item .entry-body .entry-body-inner .action-buttons .entry-readmore a.readmore-link:hover i {
    transform: translateX(0px);
    opacity: 1;
}

.cms-case-study-grid.layout2 .grid-item .grid-item-inner {
    cursor: pointer;
}

.cms-case-study-grid.layout2 .grid-item .grid-item-inner:hover .post-image img {
    filter: blur(4px);
}

.cms-case-study-grid.layout2 .grid-item .grid-item-inner:hover .entry-body {
    opacity: 1;
}

.cms-fancy-box.layout1 .cms-fancy-box-icon .elementor-icon {
    display: inline-flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: rgb(222, 194, 102);
    border: 2px solid rgb(222, 194, 102);
    border-radius: 50%;
    background-color: transparent;
    transition: 300ms;
    cursor: pointer;
    position: relative;
}

.cms-fancy-box.layout1 .cms-fancy-box-icon .elementor-icon::before {
    content: "";
    display: block;
    width: 75px;
    height: 75px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: 300ms;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cms-fancy-box.layout1 .cms-fancy-box-icon .elementor-icon:hover {
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
}

.cms-fancy-box.layout1 .cms-fancy-box-icon .elementor-icon:hover::before {
    border-color: rgb(255, 255, 255);
}

.cms-fancy-box.layout2 .cms-fancy-box-title {
    font-size: 17px;
    font-family: "Futura Md BT", sans-serif;
}

.cms-heading.layout1 .heading-image-icon img {
    max-height: 105px;
}

.cms-heading.layout1 .custom-heading {
    margin-top: 19px;
    margin-bottom: 16px;
    color: white;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.cms-heading.layout2 .custom-subheading {
    font-family: "Futura Md BT", sans-serif;
    letter-spacing: 0.1em;
    font-size: 17px;
    margin-bottom: 10px;
}

.cms-heading.layout2 .custom-heading {
    letter-spacing: 0.06em;
}

.cms-heading.layout3 {
    display: flex;
    align-items: center;
}

.cms-heading.layout3 .heading-image-icon {
    flex: 0 0 auto;
    margin-right: 20px;
    margin-bottom: 1px;
}

.cms-heading.layout3 .heading-image-icon img {
    max-height: 60px;
}

.cms-heading.layout3 .custom-heading {
    letter-spacing: 0.03em;
    margin-bottom: 5px;
}

.cms-heading.layout3 .custom-heading-description {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
}

.heading-quote .cms-heading.layout1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.heading-quote .cms-heading.layout1 .heading-image-icon img {
    max-width: 29px;
    margin-left: 5px;
}

.cms-post-list.layout1 .grid-item .grid-item-inner {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(216, 216, 216);
    margin-bottom: 40px;
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-featured {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .cms-post-list.layout1 .grid-item .grid-item-inner .entry-featured {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body {
    width: 50%;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .cms-post-list.layout1 .grid-item .grid-item-inner .entry-body {
        width: 100%;
        padding: 0px;
    }
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body ul.entry-meta {
    text-transform: uppercase;
    margin-bottom: 14px;
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body ul.entry-meta li {
    font-size: 15px;
    font-family: "Futura Md BT", sans-serif;
    margin-right: 2px;
    letter-spacing: 0.06em;
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body ul.entry-meta li:not(:first-child)::before {
    content: "-";
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body ul.entry-meta li a {
    color: inherit;
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body ul.entry-meta li.author {
    color: rgb(204, 189, 153);
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body h2.item-title {
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0.03em;
    margin-bottom: 28px;
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body h2.item-title a {
    color: inherit;
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body h2.item-title a:hover {
    color: rgb(204, 189, 153);
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .item-content {
    margin-bottom: 33px;
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons .item-readmore {
    margin-right: 30px;
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons .item-readmore a.btn {
    padding: 13px 33px;
}

@media screen and (max-width: 575px) {
    .cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons .entry-social {
        margin: 20px 0px;
    }
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons .entry-social span {
    font-family: "Futura Md BT", sans-serif;
    font-size: 17px;
    color: rgb(28, 28, 35);
    margin-right: 2px;
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons .entry-social ul {
    list-style: none;
    margin: 0px;
    display: inline-flex;
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons .entry-social ul li a {
    color: rgb(28, 28, 35);
    padding: 0px 10px;
}

.cms-post-list.layout1 .grid-item .grid-item-inner .entry-body .action-buttons .entry-social ul li a:hover {
    color: rgb(204, 189, 153);
}

.cms-post-list.layout1 .grid-item:last-child .grid-item-inner {
    padding-bottom: 0px;
    border: none;
    margin-bottom: 0px;
}

.cms-post-carousel .carousel-item-inner .entry-featured {
    margin-bottom: 20px;
}

.cms-post-carousel .carousel-item-inner .entry-body .entry-title {
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 28px;
    margin-bottom: 16px;
}

.cms-post-carousel .carousel-item-inner .entry-body .entry-meta {
    display: flex;
    flex-wrap: wrap;
    color: rgb(153, 153, 153);
    padding: 6px 0px;
    border-top: 1px solid rgb(216, 216, 216);
    border-bottom: 1px solid rgb(216, 216, 216);
    margin-bottom: 15px;
}

.cms-post-carousel .carousel-item-inner .entry-body .entry-meta a {
    color: rgb(153, 153, 153);
}

.cms-post-carousel .carousel-item-inner .entry-body .entry-meta .post-date {
    margin-right: 25px;
}

.cms-post-carousel .carousel-item-inner .entry-body .entry-meta .post-date::before {
    content: "";
    font-family: FontAwesome;
    color: rgb(204, 189, 153);
}

.cms-post-carousel .carousel-item-inner .entry-body .entry-meta .post-cat::before {
    content: "";
    font-family: FontAwesome;
    color: rgb(204, 189, 153);
}

.cms-post-carousel .carousel-item-inner .entry-body .action-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.cms-post-carousel .carousel-item-inner .entry-body .action-buttons .entry-readmore {
    display: inline-block;
}

.cms-post-carousel .carousel-item-inner .entry-body .action-buttons .entry-readmore a.readmore-link {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Futura Hv BT", sans-serif;
    letter-spacing: 0.07em;
    color: rgb(204, 189, 153);
}

.cms-post-carousel .carousel-item-inner .entry-body .action-buttons .entry-readmore a.readmore-link i {
    font-weight: bold;
    font-size: 13px;
    margin-left: 2px;
    transform: translateX(-15px);
    opacity: 0;
    transition: 0.2s linear;
}

.cms-post-carousel .carousel-item-inner:hover a.readmore-link i {
    transform: translateX(0px) !important;
    opacity: 1 !important;
}

.cms-progress-bar .elementor-progress-wrapper {
    background-color: rgb(216, 216, 216);
    border-radius: 5px;
    color: rgb(119, 119, 119);
}

.cms-progress-bar .elementor-progress-wrapper .elementor-progress-bar {
    background-color: rgb(222, 194, 102);
    height: 10px;
    line-height: 10px;
    border-radius: 5px;
    justify-content: flex-end;
}

.cms-progress-bar .elementor-progress-wrapper .elementor-progress-bar::after {
    content: "";
    display: inline-flex;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.cms-progress-bar .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: rgb(91, 192, 222);
}

.cms-progress-bar .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: rgb(92, 184, 92);
}

.cms-progress-bar .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: rgb(240, 173, 78);
}

.cms-progress-bar .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: rgb(217, 83, 79);
}

.cms-progress-bar .elementor-progress-wrapper .elementor-progress-percentage {
    position: absolute;
    right: 0px;
    padding: 0px;
    bottom: calc(100%);
    line-height: 1.6;
}

.cms-progress-bar:last-child {
    margin-bottom: 0px !important;
}

.elementor-widget-accordion.cms-accordion .elementor-accordion .elementor-tab-title {
    font-family: "Futura Md BT", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    line-height: inherit;
}

.elementor-widget-accordion.cms-accordion .elementor-accordion .elementor-tab-title.elementor-active {
    border-bottom: none;
}

.elementor-widget-accordion.cms-accordion .elementor-accordion .elementor-tab-content.elementor-active {
    border-top: none;
}

.elementor-widget-accordion.cms-accordion i.fas {
    font-size: 14px;
}

.elementor-widget-accordion.cms-accordion .elementor-accordion-icon-opened i {
    position: relative;
}

.elementor-widget-accordion.cms-accordion .elementor-accordion-icon-opened i::before {
    position: relative;
    z-index: 2;
}

.elementor-widget-accordion.cms-accordion .elementor-accordion-icon-opened i::after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    background-color: rgb(222, 194, 102);
    inset: -5px -6px;
}

.cms-practice-area-grid .action-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cms-practice-area-grid .action-buttons .entry-readmore {
    display: inline-block;
}

.cms-practice-area-grid .action-buttons .entry-readmore a.readmore-link {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Futura Hv BT", sans-serif;
    letter-spacing: 0.07em;
    color: rgb(222, 194, 102);
    margin-left: 20px;
}

.cms-practice-area-grid .action-buttons .entry-readmore a.readmore-link i {
    font-weight: bold;
    font-size: 13px;
    margin-left: 2px;
    transform: translateX(-15px);
    opacity: 0;
    transition: 0.2s linear;
}

.cms-practice-area-grid .grid-item-inner:hover a.readmore-link i {
    transform: translateX(0px) !important;
    opacity: 1 !important;
}

.cms-practice-area-grid.layout1 .grid-item-inner {
    margin-bottom: 34px;
}

.cms-practice-area-grid.layout1 .grid-item-inner .entry-featured {
    margin-bottom: 19px;
}

.cms-practice-area-grid.layout1 .grid-item-inner .entry-body {
    text-align: center;
}

.cms-practice-area-grid.layout1 .grid-item-inner .entry-body .entry-title {
    letter-spacing: 0.03em;
    margin-bottom: 16px;
}

.cms-practice-area-grid.layout1 .grid-item-inner .entry-body .entry-content {
    margin-bottom: 16px;
}

.cms-practice-area-grid.layout2 .grid-item-inner {
    text-align: center;
    border: 1px solid rgb(216, 216, 216);
    padding: 25px 18px 20px;
    transition: 350ms;
    margin-bottom: 5px;
}

.cms-practice-area-grid.layout2 .grid-item-inner .area-icon-wrap {
    margin: 0px auto 13px;
}

.cms-practice-area-grid.layout2 .grid-item-inner .area-icon-wrap img {
    max-height: 46px;
}

.cms-practice-area-grid.layout2 .grid-item-inner .area-icon-wrap svg {
    width: auto;
    height: 46px;
}

.cms-practice-area-grid.layout2 .grid-item-inner .entry-body .entry-title {
    /* font-size: 30px !important; */
    letter-spacing: 0.2px;
    margin-bottom: 8px;
    color: black;
}

.cms-practice-area-grid.layout2 .grid-item-inner .entry-body .entry-content {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 26px;
    color: #1e1e1e;
    letter-spacing: 0.5px;
    font-family: Poppins, sans-serif;
}

.cms-practice-area-grid.layout2 .grid-item-inner:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 40px 18px;
    border-color: transparent;
}

.cms-practice-area-grid.layout3 .grid-item-inner {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.07);
    padding: 39px 30px 33px;
    transition: 200ms ease-out;
}

.cms-practice-area-grid.layout3 .grid-item-inner .area-icon-wrap {
    margin: 0px auto 13px;
}

.cms-practice-area-grid.layout3 .grid-item-inner .area-icon-wrap img {
    max-height: 46px;
}

.cms-practice-area-grid.layout3 .grid-item-inner .area-icon-wrap svg {
    width: auto;
    height: 46px;
}

.cms-practice-area-grid.layout3 .grid-item-inner .area-icon-wrap svg path {
    fill: rgb(204, 189, 153);
}

.cms-practice-area-grid.layout3 .grid-item-inner .entry-body .entry-title {
    font-size: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
}

.cms-practice-area-grid.layout3 .grid-item-inner .entry-body .entry-content {
    margin-bottom: 25px;
    color: rgb(227, 227, 227);
    transition: 300ms;
}

.cms-practice-area-grid.layout3 .grid-item-inner:hover {
    background-color: rgb(255, 255, 255);
}

.cms-practice-area-grid.layout3 .grid-item-inner:hover .entry-body .entry-title {
    color: rgb(28, 28, 35);
}

.cms-practice-area-grid.layout3 .grid-item-inner:hover .entry-body .entry-content {
    color: rgb(119, 119, 119);
}

.cms-testimonial-carousel.layout1 .client-content p {
    font-family: "Futura Md BT", sans-serif;
}

.cms-testimonial-carousel.layout1 .client-info {
    align-items: center;
    margin-top: 41px;
    padding-bottom: 43px;
}

.cms-testimonial-carousel.layout1 .client-info p {
    margin-bottom: 0px;
}

.cms-testimonial-carousel.layout1 .client-info .client-image {
    margin-right: 20px;
}

.cms-testimonial-carousel.layout1 .client-info .name-job .client-name {
    margin-bottom: 5px;
}

.cms-testimonial-carousel.layout1 .client-info .name-job .client-job p {
    font-family: Poppins, sans-serif;
    font-style: italic;
}

.cms-testimonial-carousel.layout1 ul.slick-dots {
    text-align: left;
    margin-left: -6px;
}

.cms-testimonial-carousel.layout1 ul.slick-dots li:first-child {
    margin-left: 0px;
}

.cms-testimonial-carousel.layout1 ul.slick-dots li.slick-active:first-child {
    margin-left: 0px;
}

.cms-testimonial-carousel.layout2 .client-top {
    padding: 34px 25px 23px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(211, 211, 211);
    border-radius: 1px;
    position: relative;
}

.cms-testimonial-carousel.layout2 .client-top::before, .cms-testimonial-carousel.layout2 .client-top::after {
    content: "";
    position: absolute;
}

.cms-testimonial-carousel.layout2 .client-top::before {
    left: 80px;
    bottom: -17px;
    border-top: 17px solid rgb(211, 211, 211);
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
}

.cms-testimonial-carousel.layout2 .client-top::after {
    left: 81px;
    bottom: -16px;
    border-top: 17px solid rgb(255, 255, 255);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.cms-testimonial-carousel.layout2 .client-top .top-heading-star {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 19px;
}

.cms-testimonial-carousel.layout2 .client-top .top-heading-star .client-title {
    font-size: 17px;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
}

.cms-testimonial-carousel.layout2 .client-top .top-heading-star .client-rating {
    color: rgb(250, 183, 2);
    display: inline-block;
}

.cms-testimonial-carousel.layout2 .client-top .top-heading-star .client-rating.star1 i:nth-child(n+2)::before {
    content: "";
}

.cms-testimonial-carousel.layout2 .client-top .top-heading-star .client-rating.star2 i:nth-child(n+3)::before {
    content: "";
}

.cms-testimonial-carousel.layout2 .client-top .top-heading-star .client-rating.star3 i:nth-child(n+4)::before {
    content: "";
}

.cms-testimonial-carousel.layout2 .client-top .top-heading-star .client-rating.star4 i:nth-child(n+5)::before {
    content: "";
}

@media screen and (max-width: 575px) {
    .cms-testimonial-carousel.layout2 .client-top .top-heading-star {
        flex-direction: column;
        align-items: flex-start;
    }

    .cms-testimonial-carousel.layout2 .client-top .top-heading-star .client-rating {
        margin-top: 5px;
    }
}

.cms-testimonial-carousel.layout2 .client-top .client-content p {
    font-family: Poppins, sans-serif;
    color: rgb(28, 28, 35);
}

.cms-testimonial-carousel.layout2 .client-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 30px;
}

.cms-testimonial-carousel.layout2 .client-info p {
    margin-bottom: 0px;
}

.cms-testimonial-carousel.layout2 .client-info .client-image {
    margin-right: 20px;
}

.cms-testimonial-carousel.layout2 .client-info .name-job .client-name {
    margin-bottom: 5px;
}

.cms-testimonial-carousel.layout2 .client-info .name-job .client-name .name-text {
    font-weight: bold;
}

.cms-testimonial-carousel.layout2 .client-info .name-job .client-job p {
    font-family: Poppins, sans-serif;
    font-style: italic;
}

.cms-testimonial-carousel.layout2 ul.slick-dots {
    text-align: center;
}

.cms-testimonial-carousel.layout2 ul.slick-dots li:first-child {
    margin-left: 0px;
}

.cms-testimonial-carousel.layout2 ul.slick-dots li.slick-active:first-child {
    margin-left: 0px;
}

.cms-testimonial-carousel.layout3 .client-info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cms-testimonial-carousel.layout3 .client-info p {
    margin-bottom: 0px;
}

.cms-testimonial-carousel.layout3 .client-info .client-image {
    margin-right: 20px;
}

.cms-testimonial-carousel.layout3 .client-info .name-job .client-name {
    margin-bottom: 5px;
}

.cms-testimonial-carousel.layout3 .client-info .name-job .client-name .name-text {
    font-weight: bold;
}

.cms-testimonial-carousel.layout3 .client-info .name-job .client-job p {
    font-family: Poppins, sans-serif;
    font-style: italic;
}

.cms-testimonial-carousel.layout3 .client-content {
    padding-bottom: 6px;
}

.cms-testimonial-carousel.layout3 .client-content p {
    font-family: Poppins, sans-serif;
    letter-spacing: 0.03em;
}

.cms-testimonial-carousel.layout3 ul.slick-dots {
    text-align: left;
    margin-left: -6px;
}

.cms-testimonial-carousel.layout3 ul.slick-dots li:first-child {
    margin-left: 0px;
}

.cms-testimonial-carousel.layout3 ul.slick-dots li.slick-active:first-child {
    margin-left: 0px;
}

.cms-testimonial-carousel.layout5 .slick-list {
    padding-top: 40px;
    padding-bottom: 28px;
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper {
    text-align: center;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 3px;
    padding: 58px 25px 25px;
    position: relative;
    cursor: pointer;
    transition: 300ms;
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-image {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -50%);
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-image img {
    border: 2px solid rgb(216, 216, 216);
    border-radius: 50%;
    transition: 300ms;
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-content p {
    margin-bottom: 20px;
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper .name-job .client-name {
    margin-bottom: 5px;
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper .name-job .client-name .name-text {
    font-size: 15px;
    letter-spacing: 0.02em;
    font-family: "Futura Md BT", sans-serif;
    color: rgb(28, 28, 35);
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper .name-job .client-job p {
    font-family: Poppins, sans-serif;
    font-style: italic;
    margin-bottom: 0px;
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-heading-star {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-heading-star .client-title {
    font-size: 17px;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-heading-star .client-rating {
    color: rgb(250, 183, 2);
    display: inline-block;
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-heading-star .client-rating.star1 i:nth-child(n+2)::before {
    content: "";
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-heading-star .client-rating.star2 i:nth-child(n+3)::before {
    content: "";
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-heading-star .client-rating.star3 i:nth-child(n+4)::before {
    content: "";
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper .client-heading-star .client-rating.star4 i:nth-child(n+5)::before {
    content: "";
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper:hover {
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 15px 0px;
}

.cms-testimonial-carousel.layout5 .cms-client-wrapper:hover .client-image img {
    border-color: rgb(204, 189, 153);
}

.cms-testimonial-carousel.layout5 ul.slick-dots {
    text-align: center;
}

.cms-testimonial-carousel.layout5 ul.slick-dots li:first-child {
    margin-left: 0px;
}

.cms-testimonial-carousel.layout5 ul.slick-dots li.slick-active:first-child {
    margin-left: 0px;
}

.cms-testimonial-carousel-syncing {
    text-align: center;
}

.cms-testimonial-carousel-syncing .client-wrap .client-said {
    margin-bottom: 25px;
}

.cms-testimonial-carousel-syncing .client-wrap .client-said .client-content-item p {
    font-family: "Futura Md BT", sans-serif;
    font-size: 20px;
    letter-spacing: 0.03em;
}

.cms-testimonial-carousel-syncing .client-wrap .client-info {
    width: 55%;
    margin: 0px auto;
}

.cms-testimonial-carousel-syncing .client-info-item .client-image img {
    margin: 0px auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid transparent;
    filter: grayscale(1);
    transition: 300ms;
}

.cms-testimonial-carousel-syncing .client-info-item .name-job {
    margin-top: 10px;
}

.cms-testimonial-carousel-syncing .client-info-item .name-job .name-text {
    font-size: 15px;
    font-family: "Futura Md BT", sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.cms-testimonial-carousel-syncing .client-info-item .name-job .client-job p {
    font-size: 13px;
    filter: grayscale(1);
    transition: 300ms;
    margin-bottom: 0px;
    margin-top: 6px;
}

.cms-testimonial-carousel-syncing .client-info-item.slick-current .client-image img {
    border-color: rgb(222, 194, 102);
    filter: none;
}

.cms-testimonial-carousel-syncing .client-info-item.slick-current .name-job .client-job p {
    filter: none;
}

.cms-contact-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cms-contact-social .contact-social-icon {
    flex-grow: 1;
    text-align: center;
    background-color: rgb(28, 28, 35);
    color: rgb(255, 255, 255);
    padding: 34px 20px;
    font-size: 20px;
    font-family: "Futura Md BT", sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

@media screen and (max-width: 767px) {
    .cms-contact-social .contact-social-icon {
        min-width: 50%;
    }
}

.cms-contact-social .contact-social-icon span.contact-icon-image {
    position: absolute;
    display: inline-flex;
    inset: 100% 0px 0px;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    color: rgb(222, 194, 102);
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 27px 0px;
}

.cms-contact-social .contact-social-icon:hover span.contact-icon-image {
    top: 0px;
    opacity: 1;
    visibility: visible;
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.cms-video-popup .content-inner {
    display: flex;
    align-items: center;
}

.cms-video-popup .content-inner p.button-text {
    margin-bottom: 0px;
    margin-left: 25px;
}

.cms-video-popup .video-play-button {
    position: relative;
    display: inline-flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
}

.cms-video-popup .video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: 1500ms ease-out 0s infinite normal none running pulse-border;
}

.cms-video-popup .video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    transition: 200ms;
}

.cms-video-popup .video-play-button i {
    position: relative;
    z-index: 9;
    color: rgb(34, 34, 34);
    font-size: 30px;
    margin-left: 5px;
}

.cms-video-popup.layout2 .image-wrap .cover-image {
    padding: 8px;
    width: 50%;
}

.cms-video-popup.layout2 .image-wrap .cover-image img {
    border-radius: 10px;
}

.cms-video-popup.layout2 .image-wrap .image-above {
    display: flex;
    position: relative;
}

.cms-video-popup.layout2 .image-wrap .image-above .video-play-button {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 50%);
}

.cms-video-popup.layout2 .image-wrap .image-above .image1 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.cms-video-popup.layout2 .image-wrap .image-above .image1 img {
    width: 80%;
}

.cms-video-popup.layout2 .image-wrap .image-below {
    display: flex;
}

.cms-video-popup.layout2 .image-wrap .image-below .image3 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.cms-video-popup.layout2 .image-wrap .image-below .image3 img {
    width: 65%;
}

.cms-video-popup.layout2 .image-wrap .image-below .image4 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.cms-video-popup.layout2 .image-wrap .image-below .image4 img {
    width: 80%;
}

.cms-video-popup.layout3 .content-inner {
    position: relative;
    background-color: rgb(222, 194, 102);
    padding: 42px 15px;
    text-align: center;
    display: block;
    max-width: 520px;
}

.cms-video-popup.layout3 .content-inner .box-subtitle {
    font-size: 20px;
    font-family: "Futura Md BT", sans-serif;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.cms-video-popup.layout3 .content-inner .box-title {
    font-size: 32px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.18em;
    font-weight: bold;
    font-family: Prata, sans-serif;
}

.cms-video-popup.layout3 .content-inner .video-play-button {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(50%, -50%);
}

@media screen and (max-width: 767px) {
    .cms-video-popup.layout3 .content-inner .video-play-button {
        left: 50%;
        top: 0px;
        transform: translate(-50%, -50%);
    }
}

.cms-counter.layout1 {
    text-align: center;
}

.cms-counter.layout1 .cms-counter-inner {
    text-align: left;
    display: inline-block;
}

.cms-counter.layout1 .top-counter {
    /* display: flex; */
    /* align-items: center; */
    /* text-align: center; */
}

.cms-counter.layout1 .top-counter .cms-counter-icon, .cms-counter.layout1 .top-counter svg {
    height: 42px;
    width: auto;
    flex: 0 0 auto;
    margin-right: 8px;
}

.cms-counter.layout1 .top-counter .cms-counter-number-wrapper {
    font-size: 33px;
    white-space: nowrap;
    padding-top: 3px;
}

@media screen and (max-width: 991px) {
    .cms-counter.layout1 .top-counter .cms-counter-number-wrapper {
        font-size: 26px;
    }
}

.cms-counter.layout1 .cms-counter-title {
    font-weight: 400;
    margin-top: 7px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: Poppins, sans-serif;
}

@keyframes pulse-current {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.3);
        opacity: 0;
    }
}

.cms-company-timeline .slick-slider {
    overflow: inherit;
}

.cms-company-timeline .timeline-years .slick-list {
    padding: 40px 0px;
}

.cms-company-timeline .timeline-years .slick-list::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(200, 200, 200);
    z-index: -1;
}

.cms-company-timeline .year-item {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.cms-company-timeline .year-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    transition: 300ms;
}

.cms-company-timeline .year-item span {
    font-size: 20px;
    font-family: "Futura Md BT", sans-serif;
    color: rgb(28, 28, 35);
}

.cms-company-timeline .year-item span.year-hidden {
    visibility: hidden;
    opacity: 0;
}

.cms-company-timeline .year-item span.year-show {
    position: absolute;
}

.cms-company-timeline .year-item:nth-child(2n+1) span.year-show {
    top: -36px;
}

.cms-company-timeline .year-item:nth-child(2n) span.year-show {
    top: 36px;
}

.cms-company-timeline .year-item.slick-current::before {
    background-color: rgb(222, 194, 102);
    border-color: rgb(204, 189, 153);
}

.cms-company-timeline .year-item.slick-current::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgb(222, 194, 102);
    transition: 300ms;
    animation: 1500ms ease-out 0s infinite normal none running pulse-current;
}

.cms-company-timeline .timeline-content-items {
    padding-top: 50px;
}

.cms-company-timeline .timeline-content-items .cms-slick-prev, .cms-company-timeline .timeline-content-items .cms-slick-next {
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -80px;
    width: 48px;
    height: 48px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: rgb(242, 238, 229);
    cursor: pointer;
    transition: 400ms;
    display: flex !important;
}

.cms-company-timeline .timeline-content-items .cms-slick-prev i, .cms-company-timeline .timeline-content-items .cms-slick-next i {
    font-size: 17px;
    color: rgb(204, 189, 153);
}

.cms-company-timeline .timeline-content-items .cms-slick-prev:hover, .cms-company-timeline .timeline-content-items .cms-slick-next:hover {
    border-color: rgb(204, 189, 153);
}

.cms-company-timeline .timeline-content-items .cms-slick-prev {
    left: 0px;
}

.cms-company-timeline .timeline-content-items .cms-slick-next {
    right: 0px;
}

.cms-company-timeline .timeline-content-items .left-content img {
    margin-top: 7px;
}

@media screen and (max-width: 767px) {
    .cms-company-timeline .timeline-content-items .left-content img {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .cms-company-timeline .timeline-content-items .right-content {
        padding-left: 35px;
    }
}

.cms-company-timeline .timeline-content-items .right-content .timeline-heading {
    font-size: 23px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.cms-clients-list.layout1 .cms-client-wrapper .client-image {
    border: 1px solid rgb(216, 216, 216);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 94px;
    transition: 300ms;
    cursor: pointer;
}

.cms-clients-list.layout1 .cms-client-wrapper .client-image img {
    max-height: 50px;
}

.cms-clients-list.layout1 .cms-client-wrapper .client-image:hover {
    border-color: rgb(204, 189, 153) !important;
}

.cms-clients-list.layout2 .cms-client-wrapper .client-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    transition: 300ms;
    cursor: pointer;
    opacity: 0.5;
}

.cms-clients-list.layout2 .cms-client-wrapper .client-image img {
    max-height: 45px;
    filter: grayscale(1);
    transition: 300ms;
}

.cms-clients-list.layout2 .cms-client-wrapper .client-image:hover {
    opacity: 1;
}

.cms-clients-list.layout2 .cms-client-wrapper .client-image:hover img {
    filter: none;
}

.pricing-table-container .pricing-table-title {
    padding: 17px 0px;
    letter-spacing: 0.03em;
}

.pricing-table-container .pricing-price-container {
    padding: 23px 0px;
    border-left: none !important;
    border-right: none !important;
}

.pricing-table-container .pricing-price-container .pricing-price-currency {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: rgb(204, 189, 153);
}

.pricing-table-container .pricing-price-container .pricing-price-value {
    font-size: 55px;
    letter-spacing: 0.03em;
    color: rgb(222, 194, 102);
    font-family: "Futura Hv BT", sans-serif;
    position: relative;
    line-height: 1.1;
}

.pricing-table-container .pricing-price-container .pricing-price-value .pricing-price-currency {
    position: absolute;
}

.pricing-table-container .pricing-price-container .pricing-price-duration {
    font-size: 17px;
    color: rgb(85, 85, 85);
}

.pricing-table-container .pricing-price-container .pricing-price-duration.block-duration {
    display: block;
}

.pricing-table-container .pricing-list-container {
    padding: 30px 0px 35px;
}

.pricing-table-container .pricing-list-container .pricing-list {
    list-style-type: none;
}

.pricing-table-container .pricing-list-container .pricing-list li {
    color: rgb(28, 28, 35);
    margin-bottom: 21px;
}

.pricing-table-container .pricing-list-container .pricing-list li span.item-slashed {
    color: rgb(119, 119, 119);
    text-decoration: line-through;
}

.pricing-table-container .pricing-price-button {
    margin-top: 7px;
    border-color: rgb(28, 28, 35);
}

.pricing-table-container .pricing-price-button:hover {
    border-color: rgb(204, 189, 153);
}

.cms-image-gallery .cms-grid-inner .grid-item .grid-item-inner {
    overflow: hidden;
    position: relative;
}

.cms-image-gallery .cms-grid-inner .grid-item .grid-item-inner .hover-effect::before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: rgba(28, 28, 35, 0.7);
    top: 0px;
    bottom: 0px;
    left: 0px;
    transition: 0.4s;
    display: flex;
    align-items: flex-end;
    transform: scale(0);
}

.cms-image-gallery .cms-grid-inner .grid-item .grid-item-inner .grid-item-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
}

.cms-image-gallery .cms-grid-inner .grid-item .grid-item-inner .grid-item-content .up-icon {
    display: inline-block;
    margin: 0px 10px;
}

.cms-image-gallery .cms-grid-inner .grid-item .grid-item-inner .grid-item-content .up-icon i {
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.cms-image-gallery .cms-grid-inner .grid-item .grid-item-inner:hover .hover-effect::before {
    transform: scale(1);
}

.cms-image-gallery .cms-grid-inner .grid-item .grid-item-inner:hover .grid-item-content {
    visibility: visible;
    opacity: 1;
}

.cms-count-down .cms-count-down-container {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
    .cms-count-down .cms-count-down-container {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.cms-count-down .cms-count-down-container .time-item {
    width: 25%;
    padding: 0px 15px;
}

@media screen and (max-width: 767px) {
    .cms-count-down .cms-count-down-container .time-item {
        width: 50%;
        margin-bottom: 30px;
    }
}

.cms-count-down .cms-count-down-container .time-item .time-item-inner {
    text-align: center;
}

.cms-count-down .cms-count-down-container .time-item .time-item-inner .inner-number {
    font-size: 80px;
    font-family: Futura, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: rgb(255, 255, 255);
    letter-spacing: 0.05em;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 45px 0px 30px;
}

@media screen and (max-width: 991px) {
    .cms-count-down .cms-count-down-container .time-item .time-item-inner .inner-number {
        font-size: 55px;
    }
}

.cms-count-down .cms-count-down-container .time-item .time-item-inner .inner-text {
    font-size: 20px;
    font-family: "Futura Md BT", sans-serif;
    color: rgb(28, 28, 35);
    letter-spacing: 0.03em;
    background-color: rgb(255, 255, 255);
    padding: 17px 0px;
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    .cms-count-down .cms-count-down-container .time-item .time-item-inner .inner-number {
        font-size: 25px;
    }

    .cms-count-down .cms-count-down-container .time-item .time-item-inner .inner-text {
        font-size: 16px;
    }
}

.cms-practice-area-carousel .cms-slick-carousel .slick-prev, .cms-practice-area-carousel .cms-slick-carousel .slick-next {
    top: 32%;
}

.cms-practice-area-carousel.layout1 .action-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
}

.cms-practice-area-carousel.layout1 .action-buttons .entry-readmore {
    display: inline-block;
}

.cms-practice-area-carousel.layout1 .action-buttons .entry-readmore a.readmore-link {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Futura Hv BT", sans-serif;
    letter-spacing: 0.07em;
    color: rgb(222, 194, 102);
    margin-left: 20px;
}

.cms-practice-area-carousel.layout1 .action-buttons .entry-readmore a.readmore-link i {
    font-weight: bold;
    font-size: 13px;
    margin-left: 2px;
    transform: translateX(-15px);
    opacity: 0;
    transition: 0.2s linear;
}

.cms-practice-area-carousel.layout1 .carousel-item-inner:hover a.readmore-link i {
    transform: translateX(0px) !important;
    opacity: 1 !important;
}

.cms-practice-area-carousel.layout1 .carousel-item-inner {
    text-align: center;
}

.cms-practice-area-carousel.layout1 .carousel-item-inner .entry-featured {
    margin-bottom: 19px;
}

.cms-practice-area-carousel.layout1 .carousel-item-inner .entry-body .entry-body-inner .entry-title {
    font-size: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
}

.cms-practice-area-carousel.layout2 .area-icon-wrap {
    margin: 0px auto 13px;
}

.cms-practice-area-carousel.layout2 .area-icon-wrap img {
    max-height: 46px;
}

.cms-practice-area-carousel.layout2 .area-icon-wrap svg {
    width: auto;
    height: 46px;
}

.cms-practice-area-carousel.layout2 .area-icon-wrap svg path {
    fill: rgb(204, 189, 153);
}

.cms-practice-area-carousel.layout2 .carousel-item-inner {
    padding: 40px 25px 30px;
    border: 1px solid rgb(216, 216, 216);
    transition: 300ms;
}

.cms-practice-area-carousel.layout2 .carousel-item-inner:hover {
    background-color: rgb(44, 44, 51);
    border-color: transparent !important;
}

.cms-practice-area-carousel.layout2 .entry-body .entry-body-inner .entry-title {
    font-size: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
}

.cms-practice-area-carousel.layout2 .entry-body .entry-body-inner .entry-title:hover a {
    color: rgb(204, 189, 153) !important;
}

.cms-call-to-action.layout1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cms-call-to-action.layout1 .left-content .custom-subheading {
    font-size: 20px;
    font-family: "Futura Md BT", sans-serif;
    margin-bottom: 14px;
}

.cms-call-to-action.layout1 .left-content .custom-heading {
    font-size: 30px;
    letter-spacing: 0.03em;
    font-family: "Futura Md BT", sans-serif;
}

.cms-call-to-action.layout1 .right-content .cta-button {
    padding: 14px 35px;
    background-color: rgb(28, 28, 35);
    color: rgb(255, 255, 255);
    font-size: 13px;
    letter-spacing: 0.07em;
    font-family: "Futura Hv BT", sans-serif;
    text-transform: uppercase;
    transition: 300ms;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    margin: 20px 0px;
}

.cms-newsletter-form.default {
    padding: 45px 32px 35px;
    background-color: rgb(28, 28, 35);
}

.cms-newsletter-form.default .form-description {
    margin-bottom: 27px;
}

.cms-newsletter-form.default .tnp-subscription {
    margin: 0px;
}

.cms-newsletter-form.default .tnp-subscription div.tnp-field {
    margin-bottom: 15px;
}

.cms-newsletter-form.default .tnp-subscription input.tnp-submit {
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-family: "Futura Hv BT", sans-serif;
    letter-spacing: 0.07em;
    padding: 16px 35px;
    margin: 35px auto 0px;
}

.cms-newsletter-form.default .tnp-subscription input[type="text"], .cms-newsletter-form.default .tnp-subscription input[type="email"] {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(211, 211, 211);
    font-size: 13px;
    color: rgb(119, 119, 119);
    height: 48px;
}

.cms-newsletter-form.default .tnp-subscription input[type="text"]:focus, .cms-newsletter-form.default .tnp-subscription input[type="email"]:focus {
    border-color: rgb(204, 189, 153);
}

.cms-newsletter-form.minimal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 50px 20px;
    background-color: rgba(28, 28, 35, 0.08);
}

@media screen and (max-width: 767px) {
    .cms-newsletter-form.minimal {
        padding: 30px 15px 20px;
        margin-top: 20px;
    }
}

.cms-newsletter-form.minimal .form-description {
    margin-bottom: 15px;
    flex: 0 0 auto;
    margin-right: 30px;
    max-width: 110px;
    font-family: "Futura Md BT", sans-serif;
    font-size: 20px;
    letter-spacing: 0.03em;
    color: rgb(28, 28, 35);
    white-space: nowrap;
    overflow: hidden;
}

.cms-newsletter-form.minimal .tnp-subscription {
    margin: 0px;
}

.cms-newsletter-form.minimal .cms-newsletter-form-inner {
    flex-grow: 1;
}

.cms-newsletter-form.minimal form {
    display: flex;
    align-items: center;
}

.cms-newsletter-form.minimal form .tnp-field-email {
    flex-grow: 1;
}

.cms-newsletter-form.minimal form .tnp-field-button {
    position: relative;
}

.cms-newsletter-form.minimal form .tnp-field-button input.tnp-submit {
    width: 48px;
    height: 48px;
    padding: 0px;
    margin: 0px;
    color: transparent;
    z-index: 1;
    background-color: transparent !important;
}

.cms-newsletter-form.minimal form .tnp-field-button::after {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    content: "";
    font-family: FontAwesome;
    color: rgb(255, 255, 255);
    font-size: 16px;
    left: 0px;
    top: 0px;
    background-color: rgb(204, 189, 153);
}

.cms-newsletter-form.minimal form input[type="text"], .cms-newsletter-form.minimal form input[type="email"] {
    border-color: transparent;
    color: rgb(119, 119, 119);
    background-color: rgb(255, 255, 255);
    height: 48px;
}

.cms-newsletter-form.minimal form input[type="text"]:focus, .cms-newsletter-form.minimal form input[type="email"]:focus {
    border-color: transparent;
}

.elementor-widget-divider.cms-divider .elementor-divider-separator {
    position: relative;
}

.elementor-widget-divider.cms-divider .elementor-divider-separator::before {
    content: "";
    display: block;
    position: absolute;
    width: 30%;
    height: 1px;
    background-color: rgb(222, 194, 102);
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.cms-double-image.layout1 .content-wrap {
    position: relative;
}

.cms-double-image.layout1 .content-wrap .image-description {
    text-align: center;
    padding: 40px 22px;
    background: linear-gradient(to right, rgb(244, 227, 123), rgb(195, 161, 72), rgb(189, 153, 67));
    display: inline-block;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 29px 0px;
    position: absolute;
    left: 40px;
}

.cms-double-image.layout1 .content-wrap .image-description p {
    margin-bottom: 0px;
}

.cms-double-image.layout1 .content-wrap .image-below {
    padding: 25px 0px 68px 65px;
}

.cms-double-image.layout1 .content-wrap .image-above {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-right: 30%;
}

.cms-double-image.layout1 .content-wrap .image-above img {
    border: 8px solid rgb(255, 255, 255);
}

.cms-landing-page .image-featured {
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    cursor: pointer;
    border-radius: 8px;
    transition: 300ms;
}

.cms-landing-page .image-featured img {
    transition: 1s;
    border-radius: 8px;
}

.cms-landing-page .image-featured::after {
    background: rgb(255, 255, 255);
    content: "";
    left: -75px;
    position: absolute;
    top: -100px;
    bottom: -100px;
    transform: rotate(30deg);
    transition: 1200ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    opacity: 0;
}

.cms-landing-page .image-featured:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 10px 0px;
}

.cms-landing-page .image-featured:hover::after {
    left: 150%;
    transition: 1200ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

.cms-landing-page .image-featured:hover img {
    opacity: 0.9;
    transform: scale3d(1.1, 1.1, 1);
}

.cms-landing-page .heading-text {
    text-align: center;
    margin-top: 20px;
}

.cms-landing-page .heading-text a {
    font-size: 20px;
    font-family: "Futura Hv BT", sans-serif;
    letter-spacing: 0px;
    color: rgb(34, 34, 34);
}

.cms-landing-page .heading-text a:hover {
    color: rgb(204, 189, 153);
}

#elementor-editor-wrapper {
    display: none;
}

.sidebar-sticky, .sidebar-sticky > .vc_column-inner {
    position: sticky;
    top: 30px;
}

.admin-bar .sidebar-sticky, .admin-bar .sidebar-sticky > .vc_column-inner {
    top: 60px;
}

.header-sticky .sidebar-sticky, .header-sticky .sidebar-sticky > .vc_column-inner {
    top: 110px;
}

.admin-bar.header-sticky .sidebar-sticky, .admin-bar.header-sticky .sidebar-sticky > .vc_column-inner {
    top: 140px;
}

.entry-content .page-links {
    clear: left;
    padding-top: 10px;
}

.entry-content .page-links span {
    text-align: center;
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    border-radius: 26px;
    background-color: rgb(222, 194, 102);
    font-size: 14px;
    font-weight: 500;
    margin: 0px 3px;
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.entry-content .page-links a span {
    background-color: rgb(224, 227, 232);
    color: rgb(0, 0, 0);
}

.entry-content .page-links a span:hover {
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
}

.entry-content .page-links .post-page-numbers {
    margin: 0px 3px;
}

.entry-content .page-links .post-page-numbers span {
    margin: 0px;
}

@media screen and (min-width: 1400px) {
    body .container {
        max-width: 1200px;
        width: 100%;
    }

    body.site-layout-default:not(.woocommerce) #primary.col-xl-9 {
        flex: 0 0 73%;
        max-width: 73%;
    }

    body.site-layout-default:not(.woocommerce) #secondary.col-xl-3 {
        flex: 0 0 27%;
        max-width: 27%;
    }

    body.site-layout-full-width.woocommerce #primary.col-xl-9 {
        flex: 0 0 75.2%;
        max-width: 75.2%;
    }

    body.site-layout-full-width.woocommerce #secondary.col-xl-3 {
        flex: 0 0 24.8%;
        max-width: 24.8%;
    }

    body.site-layout-full-width .container {
        max-width: 1920px;
    }

    body.site-layout-full-width .site-header .site-header-top > .container, body.site-layout-full-width .site-header .site-header-middle > .container, body.site-layout-full-width .site-header .site-header-main > .container {
        padding: 0px 60px;
    }

    body.site-layout-full-width #content > .content-inner > .container {
        padding: 0px 60px;
    }

    body.site-layout-full-width .layout-container > .container {
        padding: 0px 60px;
    }

    body.site-layout-full-width .site-footer .top-footer-logo > .container, body.site-layout-full-width .site-footer .top-footer > .container, body.site-layout-full-width .site-footer .bottom-footer > .container {
        padding: 0px 60px;
    }

    body.site-layout-full-width .content-row {
        margin-left: -30px;
        margin-right: -30px;
    }

    body.site-layout-full-width .content-row #primary, body.site-layout-full-width .content-row #secondary {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1199px) {
    body .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .col-offset-left > .vc_column-inner {
        padding-left: 30px !important;
    }

    .col-offset-right > .vc_column-inner {
        padding-right: 30px !important;
    }
}

@media screen and (max-width: 991px) {
    #primary + #secondary {
        margin-top: 60px;
    }
}

.site-content {
    padding: 110px 0px;
    position: relative;
}

.layout-container {
    background-color: rgb(252, 252, 252);
    padding-bottom: 55px;
}

.widget .widget-content ul:not(.entry-meta) {
    margin: 0px;
    list-style: none;
}

.page-template-default .entry-footer {
    text-align: center;
}

.page-template-default .entry-footer i {
    padding-right: 8px;
}

.vc_column_container > .theiaStickySidebar > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc-row-overlay {
    position: relative;
    overflow: hidden;
}

.row-overlay {
    position: relative;
}

.row-overlay::after {
    background-color: inherit;
    inset: 0px;
    content: "";
    position: absolute;
    display: block !important;
    height: 100% !important;
    visibility: visible !important;
}

.row-overlay .vc_column-inner {
    position: relative;
    z-index: 1;
}

.row-overlay.dotted-overlay::after {
    background-image: url("../images/dot-overlay.png");
    background-repeat: repeat;
}

.col-overlay .vc_column-inner {
    position: relative;
}

.col-overlay .vc_column-inner::after {
    background-color: inherit;
    inset: 0px;
    content: "";
    position: absolute;
    display: block !important;
    height: 100% !important;
    visibility: visible !important;
}

.col-overlay .vc_column-inner .wpb_wrapper {
    position: relative;
    z-index: 1;
}

.vc_row.vc_row-fluid > .wpb_column {
    z-index: 2;
}

.vc_row .cms-row-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vc_row .cms-row-overlay.cms-row-overlay-skew {
    right: 0px;
    transform: skew(-20deg);
    left: -1000px;
    border-right: 10px solid rgb(204, 189, 153);
}

@media screen and (max-width: 767px) {
    .vc_row .cms-row-overlay.cms-row-overlay-skew {
        opacity: 0;
        display: none;
    }
}

.vc_row.row-border-box {
    background-color: rgb(255, 255, 255);
    padding: 70px 55px 30px;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 50px;
    z-index: 109;
    position: relative;
}

.vc_row.row-boxed:not(.vc_row-has-fill) {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media screen and (min-width: 1400px) {
    .site-layout-boxed .site {
        width: 1310px;
        margin: auto;
        box-shadow: rgba(0, 0, 0, 0.66) 0px 0px 40px;
        overflow: visible;
    }

    .site-layout-boxed .site .site-content {
        overflow: hidden;
    }

    .site-layout-boxed .site [data-vc-full-width="true"] {
        width: 1310px !important;
        left: -55px !important;
    }

    .site-layout-boxed .site [data-vc-full-width="true"]:not(.vc_row-no-padding) {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }

    .site-layout-boxed #headroom.headroom--pinned:not(.headroom--top), .site-layout-boxed #headroom.headroom--unpinned:not(.headroom--top) {
        max-width: 1310px;
        margin: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .site-layout-boxed .site {
        width: 1200px;
        margin: auto;
        box-shadow: rgba(0, 0, 0, 0.66) 0px 0px 40px;
    }

    .site-layout-boxed .site .container {
        max-width: 1140px;
    }

    .site-layout-boxed #headroom.headroom--pinned:not(.headroom--top), .site-layout-boxed #headroom.headroom--unpinned:not(.headroom--top) {
        max-width: 1200px;
        margin: auto;
    }
}

@media screen and (min-width: 992px) {
    .content-has-sidebar.float-right {
        order: 2;
    }

    .content-has-sidebar.float-right + #secondary {
        order: 1;
    }
}

@media screen and (max-width: 1400px) {
    .rm-padding-xlg > .vc_column-inner, .rm-padding-xlg > .theiaStickySidebar > .vc_column-inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media screen and (max-width: 1199px) {
    .rm-padding-lg > .vc_column-inner, .rm-padding-lg > .theiaStickySidebar > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .rm-padding-lg.vc_inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .vc_row.row-rm-padding-lg {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .vc_row.rm-margin-lg-015px {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

@media screen and (max-width: 991px) {
    .vc_row.row-border-box {
        padding: 40px 40px 0px;
        margin: 0px;
    }

    .rm-padding-md > .vc_column-inner, .rm-padding-md > .theiaStickySidebar > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .rm-padding-md.wpb_text_column {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body .vc_row.wpb_row .rm-padding-md0 > .vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .vc_row.row-rm-padding-md {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    #primary .vc_row.rm-margin-md, .vc_row.rm-margin-md-015px {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    #primary .rm-margin-md0 > .vc_column-inner {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .rm-margin-top-md > .vc_column-inner {
        margin-top: 0px !important;
    }

    .add-margin-bottom-md > .vc_column-inner {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 767px) {
    .vc_row.row-border-box {
        padding: 40px 15px 0px;
    }

    .rm-padding-sm > .vc_column-inner, .rm-padding-sm > .theiaStickySidebar > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body .vc_row.wpb_row .rm-padding-sm0 > .vc_column-inner, body .vc_row.wpb_row .rm-padding-sm0 > .theiaStickySidebar > .vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .vc_row.row-rm-padding-sm {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .rm-margin-sm > .vc_column-inner {
        margin: 0px !important;
    }

    .wpb_single_image.image_align_xs_left {
        text-align: left !important;
    }

    .wpb_single_image.image_align_xs_center {
        text-align: center !important;
    }

    .wpb_single_image.image_align_xs_right {
        text-align: right !important;
    }
}

@media screen and (max-width: 575px) {
    .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .vc_row.row-rm-padding-xs {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

@font-face {
    font-family: "Futura LtCn BT";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/main/FuturaBT-LightCondensed.woff2") format("woff2"), url("../fonts/main/FuturaBT-LightCondensed.woff") format("woff");
}

@font-face {
    font-family: "Futura Lt BT";
    font-weight: 300;
    font-style: italic;
    src: url("../fonts/main/FuturaBT-LightItalic.woff2") format("woff2"), url("../fonts/main/FuturaBT-LightItalic.woff") format("woff");
}

@font-face {
    font-family: "Futura Md BT";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/main/FuturaBT-Medium.woff2") format("woff2"), url("../fonts/main/FuturaBT-Medium.woff") format("woff");
}

@font-face {
    font-family: "Futura Md BT";
    font-weight: 500;
    font-style: italic;
    src: url("../fonts/main/FuturaBT-MediumItalic.woff2") format("woff2"), url("../fonts/main/FuturaBT-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: "Futura Bk BT";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/main/FuturaBT-Book.woff2") format("woff2"), url("../fonts/main/FuturaBT-Book.woff") format("woff");
}

@font-face {
    font-family: "Futura Bk BT";
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/main/FuturaBT-BookItalic.woff2") format("woff2"), url("../fonts/main/FuturaBT-BookItalic.woff") format("woff");
}

@font-face {
    font-family: Futura;
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/main/Futura-Bold.woff2") format("woff2"), url("../fonts/main/Futura-Bold.woff") format("woff");
}

@font-face {
    font-family: "Futura Md BT";
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/main/FuturaBT-BoldItalic.woff2") format("woff2"), url("../fonts/main/FuturaBT-BoldItalic.woff") format("woff");
}

@font-face {
    font-family: "Futura Hv BT";
    font-weight: 900;
    font-style: normal;
    src: url("../fonts/main/FuturaBT-Heavy.woff2") format("woff2"), url("../fonts/main/FuturaBT-Heavy.woff") format("woff");
}

@font-face {
    font-family: "Futura Hv BT";
    font-weight: 900;
    font-style: italic;
    src: url("../fonts/main/FuturaBT-HeavyItalic.woff2") format("woff2"), url("../fonts/main/FuturaBT-HeavyItalic.woff") format("woff");
}

.widget_shopping_cart {
    position: absolute;
    background-color: rgb(255, 255, 255);
    right: 0px;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px;
    width: 320px;
    padding: 30px;
    transition: 300ms linear;
    text-align: left;
    color: rgb(155, 155, 155);
    z-index: -99;
    visibility: hidden;
    opacity: 0;
    margin-top: 32px;
    line-height: normal;
}

.widget_shopping_cart.active {
    z-index: 99;
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

.widget_shopping_cart::before {
    content: "";
    width: 21px;
    height: 11px;
    position: absolute;
    top: -11px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.widget_shopping_cart .widget_shopping_title {
    font-size: 20px;
    border-bottom: 1px solid rgb(235, 235, 235);
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: rgb(29, 39, 78);
}

.widget_shopping_cart .product_list_widget {
    list-style: none;
    margin: 0px;
}

.widget_shopping_cart .product_list_widget li {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgb(242, 242, 242);
    position: relative;
    padding-left: 0px !important;
    padding-right: 40px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

.widget_shopping_cart .product_list_widget li:last-child {
    border-bottom: none;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.widget_shopping_cart .product_list_widget li.empty {
    font-size: 16px;
}

.widget_shopping_cart .product_list_widget li a {
    white-space: inherit !important;
}

.widget_shopping_cart .product_list_widget .cart-product-image {
    width: 70px;
    min-width: 70px;
    margin-right: 20px;
}

.widget_shopping_cart .product_list_widget .cart-product-image img {
    float: none;
    margin: 0px;
    width: 100%;
}

.widget_shopping_cart .product_list_widget .cart-product-meta h3 {
    font-size: 16px;
    line-height: 27px;
    margin-top: -5px;
    margin-bottom: 4px;
}

.widget_shopping_cart .product_list_widget .cart-product-meta h3 a {
    display: block;
    color: inherit;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.widget_shopping_cart .product_list_widget .cart-product-meta h3 a:hover {
    color: rgb(204, 189, 153);
}

.widget_shopping_cart .product_list_widget .cart-product-meta .quantity {
    font-size: 13px;
    color: rgb(155, 155, 155);
    border: none;
    font-family: "Playfair Display", sans-serif;
}

.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button {
    font-size: 10px;
    color: rgb(255, 255, 255);
    position: absolute;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    top: 0px;
    right: 0px;
    background-color: rgb(34, 34, 34);
    border-radius: 1px;
}

.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button:hover {
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
}

.widget_shopping_cart .widget_shopping_cart_footer {
    border-top: 2px solid rgb(242, 242, 242);
    margin-top: 30px;
    padding-top: 20px;
}

.widget_shopping_cart .widget_shopping_cart_footer .total {
    margin-bottom: 18px;
    padding-top: 0px;
    border: none;
}

.widget_shopping_cart .widget_shopping_cart_footer .total strong {
    font-size: 16px;
    color: rgb(155, 155, 155);
    font-family: "Playfair Display", sans-serif;
    font-weight: normal;
    line-height: 28px;
}

.widget_shopping_cart .widget_shopping_cart_footer .total span.amount {
    color: rgb(222, 194, 102);
    float: right;
    font-size: 14px;
    line-height: 28px;
    font-family: "Playfair Display", sans-serif;
}

.widget_shopping_cart .widget_shopping_cart_footer .buttons {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px;
}

.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px 15px;
    width: 50%;
}

.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout {
    background-color: rgb(28, 28, 35);
    border-color: rgb(28, 28, 35);
}

.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout:hover {
    background-color: rgb(222, 194, 102);
    border-color: rgb(204, 189, 153);
}

.entry-content > .woocommerce .cart-empty, .entry-content > .woocommerce .return-to-shop {
    text-align: center;
}

.woocommerce #secondary .widget_product_search .woocommerce-product-search {
    position: relative;
}

.woocommerce #secondary .widget_product_search .woocommerce-product-search::before {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    color: rgb(222, 194, 102);
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 20px;
}

.woocommerce #secondary .widget_product_search button {
    border: none;
    background-color: transparent;
    padding: 0px;
    height: 51px;
    line-height: 51px;
    width: 50px;
    font-size: 14px;
    color: rgb(222, 194, 102);
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0;
    z-index: 99;
}

body.woocommerce #secondary .widget, body.woocommerce-page #secondary .widget {
    padding: 0px;
    background-color: transparent;
    margin-bottom: 48px;
}

body.woocommerce #secondary .widget:last-child, body.woocommerce-page #secondary .widget:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 769px) {
    body.woocommerce .coupon #coupon_code, body.woocommerce-page .coupon #coupon_code {
        width: 100% !important;
        margin-bottom: 10px;
    }

    body.woocommerce .coupon .button, body.woocommerce-page .coupon .button {
        width: 100% !important;
    }
}

body.woocommerce form .form-row, body.woocommerce-page form .form-row {
    padding: 0px 0px 10px;
}

body.woocommerce table.cart td.actions .coupon .input-text, body.woocommerce-page table.cart td.actions .coupon .input-text {
    margin-right: 15px;
}

body.woocommerce #respond input#submit, body.woocommerce a.button, body.woocommerce a.wc-forward, body.woocommerce button.button, body.woocommerce input.button, body.woocommerce .cart button.button, body.woocommerce a.button.alt, body.woocommerce-page #respond input#submit, body.woocommerce-page a.button, body.woocommerce-page a.wc-forward, body.woocommerce-page button.button, body.woocommerce-page input.button, body.woocommerce-page .cart button.button, body.woocommerce-page a.button.alt {
    background-color: rgb(222, 194, 102);
    font-size: 13px;
    border: none;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: "Futura Hv BT", sans-serif;
    padding: 0px 35px;
    line-height: 48px;
    transition: 300ms linear;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 700;
}

body.woocommerce #respond input#submit:hover, body.woocommerce #respond input#submit:focus, body.woocommerce #respond input#submit:active, body.woocommerce a.button:hover, body.woocommerce a.button:focus, body.woocommerce a.button:active, body.woocommerce a.wc-forward:hover, body.woocommerce a.wc-forward:focus, body.woocommerce a.wc-forward:active, body.woocommerce button.button:hover, body.woocommerce button.button:focus, body.woocommerce button.button:active, body.woocommerce input.button:hover, body.woocommerce input.button:focus, body.woocommerce input.button:active, body.woocommerce .cart button.button:hover, body.woocommerce .cart button.button:focus, body.woocommerce .cart button.button:active, body.woocommerce a.button.alt:hover, body.woocommerce a.button.alt:focus, body.woocommerce a.button.alt:active, body.woocommerce-page #respond input#submit:hover, body.woocommerce-page #respond input#submit:focus, body.woocommerce-page #respond input#submit:active, body.woocommerce-page a.button:hover, body.woocommerce-page a.button:focus, body.woocommerce-page a.button:active, body.woocommerce-page a.wc-forward:hover, body.woocommerce-page a.wc-forward:focus, body.woocommerce-page a.wc-forward:active, body.woocommerce-page button.button:hover, body.woocommerce-page button.button:focus, body.woocommerce-page button.button:active, body.woocommerce-page input.button:hover, body.woocommerce-page input.button:focus, body.woocommerce-page input.button:active, body.woocommerce-page .cart button.button:hover, body.woocommerce-page .cart button.button:focus, body.woocommerce-page .cart button.button:active, body.woocommerce-page a.button.alt:hover, body.woocommerce-page a.button.alt:focus, body.woocommerce-page a.button.alt:active {
    box-shadow: none;
    outline: none medium;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(28, 28, 35);
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
    border-color: rgb(204, 189, 153);
}

.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before {
    color: rgb(204, 189, 153);
}

.woocommerce .quantity {
    position: relative;
    display: inline-block;
}

.woocommerce .quantity .qty {
    padding: 0px;
    border: 1px solid rgb(200, 200, 200);
    width: 60px;
    height: 35px;
    font-size: 15px;
    color: rgb(34, 34, 34);
}

.woocommerce table.shop_table {
    border-radius: 0px;
}

.woocommerce table.shop_table td {
    padding: 12px 15px;
}

.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
    width: 50px;
}

.woocommerce form .select2-container--default, .woocommerce-page form .select2-container--default {
    width: 100% !important;
}

.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
    border: 1px solid rgb(219, 219, 219);
    height: 50px;
    background-color: rgb(255, 255, 255);
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 46px;
    padding-left: 20px;
    color: rgb(155, 155, 155);
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
    right: 20px;
    top: 50%;
    color: rgb(155, 155, 155);
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__clear, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__clear {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    width: 20px;
    color: rgb(116, 125, 161);
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__placeholder, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__placeholder {
    color: rgb(116, 125, 161);
}

.woocommerce .select2-container.select2-container--open .select2-dropdown, .woocommerce-page .select2-container.select2-container--open .select2-dropdown {
    border-color: rgb(231, 232, 233);
}

.woocommerce .select2-container.select2-container--open .select2-dropdown .select2-search__field, .woocommerce-page .select2-container.select2-container--open .select2-dropdown .select2-search__field {
    border: 1px solid rgb(231, 232, 233);
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
    background-color: rgb(204, 189, 153);
}

.woocommerce .select2 .select2-selection--single, .woocommerce-page .select2 .select2-selection--single {
    border-radius: 0px;
    background-color: rgb(247, 247, 247);
}

@media screen and (min-width: 992px) {
    .woocommerce #primary.content-has-sidebar {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .woocommerce #secondary.widget-has-sidebar {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

#shop-newsletter {
    text-align: center;
    padding: 40px 30px 30px;
    color: rgba(255, 255, 255, 0.87);
    border-radius: 14px;
    margin-top: 60px;
}

#shop-newsletter h3 {
    font-size: 32px;
    color: rgb(255, 255, 255);
    margin-bottom: 13px;
}

#shop-newsletter .shop-newsletter-introduction {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

#shop-newsletter .shop-newsletter-introduction, #shop-newsletter .shop-newsletter-desc {
    max-width: 590px;
    margin: auto;
}

#shop-newsletter .ct-newsletter-inner {
    margin-top: 33px;
    margin-bottom: 18px;
}

#shop-newsletter .ct-newsletter-inner .tnp-email {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.33);
}

#shop-newsletter .ct-newsletter-inner .tnp-field-button {
    position: absolute;
    top: 0px;
    right: 0px;
}

.widget_product_categories ul {
    list-style: none;
    margin-bottom: 0px;
}

.widget_product_categories ul li {
    font-size: 0px;
    line-height: 0;
}

.widget_product_categories ul li a {
    font-size: 13px;
    line-height: normal;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    display: block;
    padding: 11px 0px;
    border-bottom: 1px solid rgb(242, 242, 242);
}

.widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover {
    color: rgb(204, 189, 153);
}

.widget_product_categories ul li:last-child > a {
    border-bottom: none;
}

.widget_product_categories ul li.current-menu-item > a, .widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover {
    color: rgb(204, 189, 153);
}

.widget_product_tag_cloud .tagcloud a {
    padding-left: 22px;
    padding-right: 22px;
}

.woocommerce #secondary .widget_price_filter .widget-title {
    margin-bottom: 22px;
}

.woocommerce #secondary .widget_price_filter .widget-content-inner {
    padding-top: 30px;
}

.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
    height: 4px;
    background-color: rgb(238, 238, 238);
    border-radius: 4px;
    margin: 0px;
}

.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
    background-color: rgb(222, 194, 102);
    border-radius: 0px;
}

.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
    height: 8px;
    width: 8px;
    background-color: rgb(222, 194, 102);
    top: -2px;
    border-radius: 2px;
    margin: 0px;
}

.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
    margin-left: -2px;
}

.woocommerce #secondary .widget_price_filter .price_slider_amount {
    display: flex;
    flex-flow: row-reverse;
    padding-top: 25px;
}

.woocommerce #secondary .widget_price_filter .price_slider_amount .price_label {
    text-align: left;
    font-size: 12px;
    line-height: 1;
    flex-grow: 1;
}

.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
    float: none;
    max-width: 110px;
    border: none;
    border-radius: 0px;
    background-color: transparent;
    color: rgb(222, 194, 102);
    line-height: 1;
    padding: 0px;
    font-weight: 700;
    font-size: 13px;
    text-transform: capitalize;
}

body .widget_products ul.product_list_widget li {
    display: flex;
    flex-wrap: nowrap;
    padding: 0px 0px 20px;
    border-bottom: 1px dashed rgb(215, 215, 215);
    margin-bottom: 20px;
}

body .widget_products ul.product_list_widget li .product-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 7px;
}

body .widget_products ul.product_list_widget li .product-title a {
    color: inherit;
}

body .widget_products ul.product_list_widget li .product-title a:hover {
    color: rgb(204, 189, 153);
}

body .widget_products ul.product_list_widget li .amount {
    font-size: 13px;
    color: rgb(222, 194, 102);
    font-weight: 600;
    font-family: "Playfair Display", sans-serif;
}

body .widget_products ul.product_list_widget li del {
    color: rgb(204, 189, 153);
}

body .widget_products ul.product_list_widget li del .amount {
    color: inherit;
}

body .widget_products ul.product_list_widget li .star-rating-wrap {
    margin-bottom: 6px !important;
}

body .widget_products ul.product_list_widget li .star-rating-wrap .count-rating {
    display: none;
}

body .widget_products ul.product_list_widget li .wg-product-image {
    width: 49px;
    margin-right: 16px;
    min-width: 49px;
}

body .widget_products ul.product_list_widget li .wg-product-image img {
    float: none;
    width: 100%;
    margin: 0px;
    border-radius: 3px;
}

.widget_rating_filter .wc-layered-nav-rating a {
    font-size: 0px;
    display: block;
    position: relative;
    padding-left: 28px !important;
}

.widget_rating_filter .wc-layered-nav-rating a::before {
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 18px;
    position: absolute;
    top: 1px;
    left: 0px;
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.widget_rating_filter .wc-layered-nav-rating a .star-rating {
    font-size: 18px;
}

.widget_rating_filter .wc-layered-nav-rating a:hover::before {
    border-color: rgb(222, 194, 102);
    background-color: rgb(204, 189, 153);
}

.widget_rating_filter .wc-layered-nav-rating.chosen a::before {
    border-color: rgb(222, 194, 102);
    background-color: rgb(204, 189, 153);
}

#shop-topbar {
    border-bottom: 1px solid rgb(229, 229, 229);
    background-color: rgb(247, 247, 247);
}

#shop-topbar .shop-topbar-item {
    margin: 11px 0px;
    position: relative;
    padding-left: 76px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    min-height: 56px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#shop-topbar .shop-topbar-item i {
    height: 56px;
    width: 56px;
    border-radius: 56px;
    border: 1px solid rgb(229, 229, 229);
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#shop-topbar .shop-topbar-item span {
    font-weight: 500;
}

#shop-breadcrumb {
    padding: 23px 0px;
}

#shop-breadcrumb ul {
    list-style: none;
    margin: 0px;
}

#shop-breadcrumb ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: rgb(222, 194, 102);
    margin: 10px 0px;
    padding: 0px 12px;
    position: relative;
}

#shop-breadcrumb ul li::after {
    content: "/";
    color: rgb(233, 233, 233);
    position: absolute;
    top: 0px;
    right: -4px;
}

#shop-breadcrumb ul li:first-child {
    padding-left: 0px;
}

#shop-breadcrumb ul li:last-child::after {
    display: none;
}

#shop-breadcrumb ul li a {
    color: rgb(28, 28, 35);
}

#shop-breadcrumb ul li a:hover {
    color: rgb(204, 189, 153);
}

.woocommerce .star-rating-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.woocommerce .star-rating-wrap .star-rating {
    margin: 0px;
}

.woocommerce .star-rating-wrap .count-rating {
    font-size: 14px;
    margin-left: 8px;
    color: rgb(128, 138, 152);
}

.woocommerce .woocommerce-product-category a {
    font-size: 15px;
    color: rgb(119, 119, 119);
    margin-bottom: 9px;
    display: inline-block;
}

.woocommerce .woocommerce-product-category a:hover {
    color: rgb(204, 189, 153);
}

.woocommerce span.onsale {
    min-width: inherit;
    min-height: inherit;
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 1;
    padding: 9px 30px;
    text-align: center;
    background-color: rgb(28, 28, 35);
    font-weight: normal;
    z-index: 1;
    border-radius: 0px !important;
    margin: 0px !important;
    top: 14px !important;
    right: 29px !important;
    left: auto !important;
}

.woocommerce .star-rating {
    margin: 0px;
    letter-spacing: 0.2em;
    width: 90px;
    height: 18px;
}

.woocommerce .star-rating span::before, .woocommerce .star-rating::before {
    content: "";
    font-family: Material-Design-Iconic-Font;
    font-size: 18px;
}

.woocommerce .star-rating span::before {
    color: rgb(255, 171, 0);
}

.woocommerce .star-rating::before {
    color: rgb(212, 212, 212);
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px !important;
}

.woocommerce ul.products li.product {
    padding: 0px 15px;
    margin-bottom: 65px;
    margin-right: 0px;
    width: 100% !important;
}

@media screen and (min-width: 576px) {
    .woocommerce ul.products li.product {
        width: 50% !important;
    }
}

@media screen and (min-width: 992px) {
    .woocommerce ul.products li.product {
        width: 25% !important;
    }
}

.woocommerce ul.products.columns-1 li.product {
    width: 100% !important;
}

.woocommerce ul.products.columns-2 li.product {
    width: 100% !important;
}

@media screen and (min-width: 576px) {
    .woocommerce ul.products.columns-2 li.product {
        width: 50% !important;
    }
}

.woocommerce ul.products.columns-3 li.product {
    width: 100% !important;
}

@media screen and (min-width: 576px) {
    .woocommerce ul.products.columns-3 li.product {
        width: 50% !important;
    }
}

@media screen and (min-width: 768px) {
    .woocommerce ul.products.columns-3 li.product {
        width: 33.3333% !important;
    }
}

.woocommerce ul.products.columns-4 li.product {
    width: 100% !important;
}

@media screen and (min-width: 576px) {
    .woocommerce ul.products.columns-4 li.product {
        width: 50% !important;
    }
}

@media screen and (min-width: 992px) {
    .woocommerce ul.products.columns-4 li.product {
        width: 25% !important;
    }
}

.woocommerce ul.products.columns-5 li.product {
    width: 100% !important;
}

@media screen and (min-width: 576px) {
    .woocommerce ul.products.columns-5 li.product {
        width: 50% !important;
    }
}

@media screen and (min-width: 992px) {
    .woocommerce ul.products.columns-5 li.product {
        width: 20% !important;
    }
}

.woocommerce ul.products.columns-6 li.product {
    width: 100% !important;
}

@media screen and (min-width: 992px) {
    .woocommerce ul.products.columns-6 li.product {
        width: 16.6667% !important;
    }
}

@media screen and (min-width: 992px) {
    .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
        width: 33.33%;
    }
}

.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Futura Md BT", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
    color: inherit;
}

.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
    color: rgb(204, 189, 153);
}

.woocommerce ul.products li.product .price {
    font-size: 20px;
    color: rgb(222, 194, 102);
    font-weight: 500;
    font-family: "Futura Md BT", sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0px;
}

.woocommerce ul.products li.product .price del {
    color: rgb(153, 153, 153);
    opacity: 1;
}

.woocommerce ul.products li.product .price ins {
    color: rgb(222, 194, 102);
    font-weight: inherit;
}

.woocommerce .woocommerce-topbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
    position: relative;
    z-index: 99;
    -webkit-font-smoothing: antialiased;
}

.woocommerce .woocommerce-topbar div.woocommerce-result-count {
    margin: 15px 30px 15px 0px;
    flex-grow: 1;
    color: rgb(28, 28, 35);
    font-size: 17px;
}

.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
    float: none;
    margin: 0px;
}

.woocommerce .woocommerce-topbar .woocommerce-ordering {
    min-width: 220px;
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
    background-color: rgb(28, 28, 35);
    border: 1px solid transparent;
    font-size: 13px;
    color: rgb(255, 255, 255);
    padding: 0px 35px;
    height: 48px;
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select::after {
    right: 12px;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select .list {
    color: rgb(155, 155, 155);
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select span.current {
    line-height: 48px;
    font-family: "Futura Hv BT", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header {
    position: relative;
    overflow: hidden;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
    width: auto;
    display: inline-block;
    margin-bottom: 0px !important;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 300ms linear;
    opacity: 0;
    background-color: rgba(21, 21, 27, 0.5);
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: 45px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
    line-height: 48px;
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 700;
    font-family: "Futura Hv BT", sans-serif;
    text-transform: uppercase;
    padding: 0px 35px;
    margin: 0px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
    display: none;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward {
    padding-top: 0px;
    padding-bottom: 0px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading {
    opacity: 1;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading::after {
    letter-spacing: 0px;
    top: 0px;
    right: 15px;
}

@media screen and (max-width: 1199px) {
    .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
        padding-left: 32px;
        padding-right: 32px;
        line-height: 48px;
        letter-spacing: 0.05em;
    }
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.add_to_cart_button:not(.loading)::after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 600;
    font-size: 14px;
    margin-left: 8px;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
    opacity: 1;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
    padding: 20px 0px 0px;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .woocommerce .woocommerce-product-inner .woocommerce-product-holder {
        display: block;
    }
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
    line-height: 1;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
    float: none;
    margin: 0px auto 8px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 8px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
    margin-bottom: 15px;
    padding: 0px !important;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
    color: inherit;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
    color: rgb(204, 189, 153);
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
    color: rgba(51, 51, 51, 0.66);
    font-size: 14px;
    margin-bottom: 12px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
    margin-bottom: 12px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
    width: auto !important;
    margin: 0px !important;
}

.woocommerce .woocommerce-product-inner + .button.yith-wcqv-button {
    display: none !important;
}

.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
    display: none !important;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: -3px;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    border: none;
    margin: 0px 0px 10px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
    text-align: center;
    height: 50px;
    width: 50px;
    padding: 0px;
    line-height: 52px;
    color: rgb(255, 255, 255);
    background-color: rgb(28, 28, 35);
    border-color: rgb(28, 28, 35);
    font-size: 16px;
    font-weight: 700;
    margin: 0px 10px 0px 0px;
    font-family: Poppins, sans-serif;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
    font-size: 0px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next {
    margin-left: 10px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next::before {
    font-size: 16px;
    content: "";
    font-family: Material-Design-Iconic-Font;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
    margin-right: 20px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev::before {
    font-size: 16px;
    content: "";
    font-family: Material-Design-Iconic-Font;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
    border-color: rgb(204, 189, 153);
}

.single-product #shop-breadcrumb {
    padding-bottom: 46px;
}

.single-product #shop-newsletter {
    margin-top: 30px;
}

.single-product #content.site-content {
    padding-bottom: 30px;
}

.single-product section.related {
    margin-bottom: 10px;
}

.single-product section.related h2 {
    font-size: 40px;
    margin-bottom: 62px;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.single-product section.related ul.products {
    margin-bottom: 0px;
}

.single-product #primary div.product .woocommerce-product-details__short-description {
    margin-top: 22px;
}

.single-product #primary div.product form.cart {
    padding: 25px 0px;
    margin: 0px;
    border-top: 1px solid rgb(227, 227, 227);
    border-bottom: 1px solid rgb(227, 227, 227);
}

.single-product #primary div.product form.cart label {
    font-size: 15px;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
    margin-right: 10px;
    color: rgb(28, 28, 35);
    font-family: "Futura Md BT", sans-serif;
    text-transform: uppercase;
}

.single-product #primary div.product form.cart .reset_variations {
    display: none !important;
}

.single-product #primary div.product form.cart .variations {
    margin-bottom: 10px;
}

.single-product #primary div.product form.cart .variations td {
    padding-bottom: 20px;
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item {
    background-color: rgb(243, 243, 243);
    border: none;
    line-height: 40px;
    color: rgb(29, 39, 78);
    text-transform: uppercase;
    border-radius: 0px;
    box-shadow: none;
    transition: 0.3s;
    margin: 0px 5px 5px 0px;
    width: 40px;
    height: 40px;
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item span {
    font-size: 14px;
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover {
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item {
    padding: 0px;
    border: none;
    box-shadow: none;
    margin: 0px 5px 5px 0px;
    opacity: 0.5;
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
    opacity: 1;
}

.single-product #primary div.product form.cart:not(.grouped_form) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
    margin-top: 0px;
    margin-left: auto;
}

@media screen and (max-width: 575px) {
    .single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
        width: 100%;
        margin-top: 25px;
    }
}

.single-product #primary div.product form.cart:not(.grouped_form) .single_variation_wrap {
    width: 100%;
}

.single-product #primary div.product form.cart:not(.grouped_form) .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-product #primary div.product .woocommerce-gallery span.onsale {
    left: 35px !important;
    top: 20px !important;
    right: auto !important;
}

.single-product #primary div.product .woocommerce-product-gallery {
    width: 100% !important;
    margin-bottom: 32px;
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 20px;
    top: 20px;
}

@media screen and (min-width: 1200px) {
    .single-product #primary div.product .woocommerce-product-gallery {
        padding-right: 30px;
    }

    .single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        right: 35px;
    }
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 575px) {
    .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
        margin-top: 10px;
        margin-left: -5px;
        margin-right: -5px;
    }
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
    padding: 0px 15px;
}

@media screen and (max-width: 575px) {
    .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
        padding: 0px 5px;
    }
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img {
    opacity: 1;
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
    outline: rgba(0, 0, 0, 0.1) solid 5px;
    outline-offset: -9px;
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    border-radius: 3px;
    overflow: hidden;
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    position: relative;
    display: block;
}

.single-product #primary div.product .entry-summary {
    width: 100% !important;
    margin-bottom: 69px;
}

@media screen and (min-width: 768px) {
    .single-product #primary div.product .entry-summary {
        position: sticky;
        top: 62px;
    }
}

.single-product #primary div.product .entry-summary .woocommerce-product-rating {
    margin-bottom: 0px;
}

.single-product #primary div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
    display: none;
}

.single-product #primary div.product .entry-summary .woocommerce-product-category a {
    font-size: 15px;
    color: rgb(119, 119, 119);
}

.single-product #primary div.product .entry-summary .woocommerce-product-category a:hover {
    color: rgb(204, 189, 153);
}

.single-product #primary div.product .entry-summary .entry-title {
    font-size: 25px;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: "Futura Md BT", sans-serif;
    letter-spacing: 0.02em;
    display: none;
}

.single-product #primary div.product .entry-summary .price {
    color: rgb(222, 194, 102);
    font-size: 20px;
    font-family: "Futura Md BT", sans-serif;
    margin-bottom: 7px;
    -webkit-font-smoothing: antialiased;
}

.single-product #primary div.product .entry-summary .price del {
    color: rgb(153, 153, 153);
    opacity: 1;
    margin-right: 24px;
}

.single-product #primary div.product .entry-summary .price del .amount {
    color: inherit;
}

.single-product #primary div.product .entry-summary .price ins {
    color: rgb(222, 194, 102);
    font-weight: 500;
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt > h3 {
    font-size: 30px;
    margin-bottom: 11px;
}

.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta {
    font-size: 15px;
    color: rgb(119, 119, 119);
    margin-top: 22px;
    margin-bottom: 28px;
}

.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta .woocommerce-product-sku {
    margin-bottom: 9px;
}

.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta label {
    color: rgb(28, 28, 35);
    font-family: "Futura Md BT", sans-serif;
    text-transform: uppercase;
    margin-right: 4px;
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-label {
    font-size: 14px;
    font-weight: 700;
    color: rgb(40, 40, 41);
    margin-right: 15px;
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a {
    font-size: 14px;
    color: rgb(51, 51, 51);
    display: inline-block;
    margin: 0px 9px;
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
    color: rgb(204, 189, 153);
}

.single-product #primary div.product .entry-summary .single_add_to_cart_button {
    clear: left;
    margin-top: 30px;
}

.single-product #primary div.product .entry-summary .single_add_to_cart_button::after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-meta {
    margin: 0px -15px;
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder, .single-product #primary div.product .entry-summary .woocommerce-sg-product-rating {
    padding: 0px 15px;
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder {
    flex-grow: 1;
}

.single-product #primary div.product .woocommerce-tabs {
    margin-top: 38px;
    margin-bottom: 98px;
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    border: none;
}

@media screen and (max-width: 767px) {
    .single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
        flex-direction: column;
        margin-bottom: 25px;
        border-top: 1px solid rgb(216, 216, 216);
        border-right: 1px solid rgb(216, 216, 216);
        border-left: 1px solid rgb(216, 216, 216);
        border-image: initial;
        border-bottom: none;
    }

    .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
        text-align: center;
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        border-image: initial !important;
        border-bottom: 1px solid rgb(216, 216, 216) !important;
    }

    .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
        width: 100%;
    }

    .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active::after {
        display: none !important;
    }

    .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a {
        color: rgb(204, 189, 153) !important;
    }
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs::before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs::after {
    display: none;
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border-top: 1px solid rgb(216, 216, 216);
    border-right: 1px solid rgb(216, 216, 216);
    border-image: initial;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    position: relative;
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
    font-size: 15px;
    color: rgb(28, 28, 35);
    font-family: "Futura Md BT", sans-serif;
    padding: 0px 40px;
    line-height: 48px;
    position: relative;
    text-transform: uppercase;
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li::before {
    display: none;
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li::after {
    position: absolute;
    content: "";
    display: block;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: rgb(216, 216, 216);
    border: none;
    box-shadow: none;
    z-index: 9;
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:first-child {
    border-left: 1px solid rgb(216, 216, 216);
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active::after {
    background-color: rgb(255, 255, 255);
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    border: 1px solid rgb(216, 216, 216);
    padding: 40px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 25px;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
    border: 1px solid rgb(222, 226, 230);
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    border-bottom: 1px solid rgb(222, 226, 230);
    font-family: inherit;
    color: rgb(29, 39, 78);
    font-weight: normal;
    font-style: normal;
    padding: 10px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    border-left: 1px solid rgb(222, 226, 230);
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list {
    font-size: 18px;
    line-height: 34px;
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
    font-weight: 600;
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
    margin: 0px;
    width: 100%;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-noreviews {
    margin-bottom: 15px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
    margin-bottom: 15px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
    margin-bottom: 10px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-author label, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-email label {
    margin-bottom: 8px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
    display: none;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
    padding-top: 15px;
    height: 120px;
    padding-bottom: 22px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
    padding: 30px;
    border: 1px solid rgb(233, 233, 233);
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond {
    box-shadow: none;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
    padding: 0px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid rgb(238, 238, 238);
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: absolute;
    right: 10px;
    top: 0px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
    display: none;
}

@media screen and (max-width: 991px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
        position: static;
        margin-bottom: 6px;
    }
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
    position: relative;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    padding: 0px;
    width: 70px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 70px;
    border: 5px solid rgb(255, 255, 255);
}

@media screen and (max-width: 575px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
        width: 40px;
        border: none;
    }
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    border: none;
    margin: 0px;
    padding: 0px 0px 0px 100px;
}

@media screen and (max-width: 767px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
        float: none;
    }
}

@media screen and (max-width: 575px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
        padding-left: 60px;
    }
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: flex;
    align-items: center;
    margin: 0px 0px 8px;
    font-size: 16px;
}

@media screen and (max-width: 575px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
        display: block;
    }
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
    display: block;
    font-size: 14px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
    color: rgb(28, 28, 35);
    font-family: "Playfair Display", sans-serif;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
    display: none;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date::before {
    content: "";
    font-family: FontAwesome;
    margin: 0px 4px;
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
    margin: 0px;
}

.single-product #primary div.product .woocommerce-sg-product-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 27px;
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav a {
    display: flex;
    align-items: center;
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav a i {
    font-size: 25px;
    color: rgb(187, 187, 187);
    transition: 300ms;
    margin-right: 25px;
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav a ul {
    list-style: none;
    margin: 0px;
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav a ul li {
    font-size: 15px;
    line-height: 29px;
    font-family: "Futura Md BT", sans-serif;
    color: rgb(204, 189, 153);
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav a ul li:first-child {
    text-transform: uppercase;
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav a ul li:last-child {
    font-size: 17px;
    color: rgb(28, 28, 35);
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav a:hover i {
    color: rgb(204, 189, 153);
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav.prev-nav {
    padding-right: 10px;
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav.next-nav {
    margin-left: auto;
    padding-left: 10px;
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav.next-nav a {
    flex-direction: row-reverse;
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-nav.next-nav a i {
    margin-left: 25px;
    margin-right: 0px;
}

.single-product #primary div.product .quantity {
    margin-right: 20px;
    position: relative;
}

.single-product #primary div.product .quantity .quantity-icon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-product #primary div.product .quantity .quantity-icon i {
    font-size: 18px;
    color: rgb(119, 119, 119);
    cursor: pointer;
    position: relative;
}

.single-product #primary div.product .quantity .quantity-icon i.zmdi-caret-up {
    top: 3px;
}

.single-product #primary div.product .quantity .quantity-icon i.zmdi-caret-down {
    bottom: 3px;
}

.single-product #primary div.product .quantity .qty {
    padding-right: 1.4em;
    padding-left: 0px;
    border: 1px solid rgb(200, 200, 200);
    color: rgb(28, 28, 35);
    width: 4em;
    height: 35px;
    font-size: 15px;
    line-height: 1;
}

.single-product #primary div.product .product_meta .sku_wrapper, .single-product #primary div.product .product_meta .posted_in, .single-product #primary div.product .product_meta .tagged_as {
    display: block;
    font-weight: 600;
    font-size: 15px;
}

.single-product #primary div.product .product_meta .sku_wrapper span, .single-product #primary div.product .product_meta .sku_wrapper a, .single-product #primary div.product .product_meta .posted_in span, .single-product #primary div.product .product_meta .posted_in a, .single-product #primary div.product .product_meta .tagged_as span, .single-product #primary div.product .product_meta .tagged_as a {
    color: rgb(222, 194, 102);
    margin-left: 7px;
}

.single-product #primary div.product .product_meta .sku_wrapper a:hover, .single-product #primary div.product .product_meta .posted_in a:hover, .single-product #primary div.product .product_meta .tagged_as a:hover {
    color: rgb(28, 28, 35);
}

.single-product #primary div.product .product_meta .posted_in {
    display: none;
}

@media screen and (min-width: 768px) {
    .single-product.header-sticky #primary div.product .entry-summary {
        top: 120px;
    }

    .single-product.header-sticky.admin-bar #primary div.product .entry-summary {
        top: 150px;
    }
}

body.woocommerce-cart .woocommerce-cart-form .actions .button, body.woocommerce-cart #yith-wcwl-form .actions .button, body.woocommerce-wishlist .woocommerce-cart-form .actions .button, body.woocommerce-wishlist #yith-wcwl-form .actions .button {
    padding: 0px 20px !important;
    color: rgb(255, 255, 255) !important;
}

body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-cart #yith-wcwl-form table.cart td.actions .input-text, body.woocommerce-wishlist .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-wishlist #yith-wcwl-form table.cart td.actions .input-text {
    height: 50px;
    border-width: 0px 0px 2px;
    border-style: solid;
    border-color: rgb(232, 232, 232);
    padding-left: 15px;
    width: 180px !important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table, body.woocommerce-cart #yith-wcwl-form .shop_table, body.woocommerce-wishlist .woocommerce-cart-form .shop_table, body.woocommerce-wishlist #yith-wcwl-form .shop_table {
    border: none;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th, body.woocommerce-cart #yith-wcwl-form .shop_table thead th, body.woocommerce-wishlist .woocommerce-cart-form .shop_table thead th, body.woocommerce-wishlist #yith-wcwl-form .shop_table thead th {
    font-size: 15px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    padding: 10px;
    border-top: 1px solid rgb(222, 226, 230);
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td {
    text-align: left;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a, body.woocommerce-cart #yith-wcwl-form tbody .product-name a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a {
    color: rgb(29, 39, 78);
    font-size: 16px;
    font-weight: 600;
    font-family: Montserrat;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-cart #yith-wcwl-form tbody .product-name a:hover, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a:hover {
    color: rgb(204, 189, 153);
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-cart #yith-wcwl-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name .yith-wcqv-button {
    display: none;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-cart #yith-wcwl-form tbody .product-name dl.variation, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name dl.variation {
    display: none;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-cart #yith-wcwl-form tbody .product-price, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal {
    color: rgb(29, 39, 78);
    font-size: 16px;
    font-weight: 600;
    font-family: Montserrat;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-cart #yith-wcwl-form tbody .product-price ins, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal ins {
    color: rgb(29, 39, 78);
    background-color: transparent;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail {
    text-align: center !important;
    min-width: 120px;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a {
    display: block;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a img, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a img {
    width: 100%;
    max-width: 80px;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
    position: relative;
    min-width: 50px;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove {
    font-size: 0px;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove::before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove::before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove::before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove::before {
    content: "";
    font-family: Material-Design-Iconic-Font;
    font-size: 18px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
    border-radius: 32px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0px;
    right: 0px;
    margin: auto;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover::before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:hover::before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:hover::before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:hover::before {
    color: rgb(255, 255, 255);
    background-color: rgba(204, 189, 153, 0.85);
}

@media screen and (max-width: 769px) {
    body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
        min-height: 57px;
    }
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table, body.woocommerce-cart #yith-wcwl-form table.shop_table, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table, body.woocommerce-wishlist #yith-wcwl-form table.shop_table {
    margin-bottom: 40px;
    border-radius: 0px;
}

@media screen and (max-width: 769px) {
    body.woocommerce-cart .woocommerce-cart-form table.shop_table td, body.woocommerce-cart #yith-wcwl-form table.shop_table td, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td, body.woocommerce-wishlist #yith-wcwl-form table.shop_table td {
        background-color: rgb(255, 255, 255) !important;
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals > h2, body.woocommerce-wishlist .cart-collaterals .cart_totals > h2 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-wishlist .cart-collaterals .cart_totals th {
    color: rgb(29, 39, 78);
    vertical-align: middle !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals th + td, body.woocommerce-wishlist .cart-collaterals .cart_totals th + td {
    border-left: 1px solid rgb(235, 235, 235);
}

body.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td, body.woocommerce-wishlist .cart-collaterals .cart_totals .cart-subtotal td, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td {
    font-weight: 600;
    color: rgb(29, 39, 78);
    font-family: "Playfair Display", sans-serif;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
    margin-bottom: 0px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
    color: rgb(204, 189, 153);
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button::after, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button::after {
    content: "";
    margin-left: 9px;
    font-family: Material-Design-Iconic-Font;
    position: relative;
    top: 1px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
    color: rgb(28, 28, 35);
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 10px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .wc-proceed-to-checkout {
    text-align: right;
}

.woocommerce-checkout form.checkout_coupon {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 0px;
    background-color: rgb(247, 248, 250);
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
    width: 50%;
    padding-right: 30px;
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
    width: 50%;
}

.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
    border-radius: 0px;
}

.woocommerce-checkout #customer_details {
    margin: 0px -15px;
    width: inherit;
}

.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
    width: 50%;
    flex: inherit;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout #customer_details {
        margin: 0px;
    }

    .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
        width: 100%;
    }
}

.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
    width: 100%;
    display: block;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields {
    margin-bottom: 36px;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
    font-size: 28px;
    text-transform: capitalize;
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields {
    margin-bottom: 36px;
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
    font-size: 28px;
    cursor: pointer;
    transition: 0.3s linear;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
    color: rgb(204, 189, 153);
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
    position: absolute;
    opacity: 0;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 14px;
    font-weight: normal;
}

.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
    display: none !important;
}

.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    font-size: 24px;
    text-transform: capitalize;
}

.woocommerce-checkout form.woocommerce-checkout #order_review th {
    color: rgb(29, 39, 78);
    vertical-align: middle !important;
}

.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
    border-left: 1px solid rgb(235, 235, 235);
}

.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
    border-left: 1px solid rgb(235, 235, 235);
}

.woocommerce-checkout form.woocommerce-checkout #order_review .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .order-total td {
    font-weight: 600;
    color: rgb(29, 39, 78);
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    margin-bottom: 60px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
    background-color: rgb(247, 248, 250);
    border: 1px solid rgb(238, 238, 238);
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
    margin-left: 10px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
    padding: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
    padding: 20px;
    margin: 0px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
    background-color: rgb(222, 194, 102);
    float: none;
    margin-top: 10px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
    background-color: rgb(28, 28, 35);
}

.woocommerce-checkout #payment label {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul {
    margin: 0px;
    list-style: none;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid rgb(234, 234, 234);
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    padding: 10px 0px;
    color: rgb(116, 125, 161);
    position: relative;
    display: block;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
    color: rgb(204, 189, 153);
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    display: block;
    font-family: FontAwesome;
    color: rgb(222, 194, 102);
    margin-left: -16px;
    opacity: 0;
    transition: 300ms linear;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
    color: inherit;
    padding-left: 26px;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a::before, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover::before {
    margin-left: 0px;
    opacity: 1;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
    margin-bottom: 30px;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-1, .woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-2 {
    flex: inherit;
    max-width: inherit;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row label {
    width: 100%;
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-account .site-content #primary .woocommerce-form {
    background-color: rgb(247, 248, 250);
    border: 1px solid rgb(238, 238, 238);
    padding: 30px;
    border-radius: 0px;
    max-width: 670px;
    margin: 0px auto 30px;
}

.woocommerce-account .site-content #primary .woocommerce-form label {
    font-weight: 500;
    margin-bottom: 2px;
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button.button {
    margin-right: 16px;
    height: auto;
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword {
    margin-bottom: 0px;
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a {
    color: rgb(204, 189, 153);
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
    color: rgb(28, 28, 35);
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox {
    padding: 0px;
    line-height: 50px;
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox span {
    font-size: 15px;
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    position: relative;
    top: -1px;
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button {
    height: 42px;
}

.woocommerce-account .site-content #primary .woocommerce-notices-wrapper + h2 {
    text-align: center;
    font-size: 24px;
}

.woocommerce-account .site-content #primary #customer_login {
    margin: 0px -15px;
    width: inherit;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-account .site-content #primary #customer_login h2 {
    font-size: 24px;
}

.woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
    width: 50%;
    flex: inherit;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .woocommerce-account .site-content #primary #customer_login {
        margin: 0px;
    }

    .woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
        width: 100%;
        padding: 0px;
    }
}

.woocommerce-account .site-content #primary .woocommerce-password-strength.bad {
    background-color: transparent;
    padding: 8px 0px;
}

body #yith-wcwl-popup-message {
    margin-left: -108px;
    display: none;
    inset: auto 30px 30px auto;
    background-color: rgb(222, 194, 102);
    border-radius: 3px;
    border: none;
    color: rgb(255, 255, 255);
    padding: 0px 20px;
}

.woocommerce-wishlist tfoot td {
    display: none;
}

.woocommerce-wishlist .product-stock-status {
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-wishlist .product-stock-status .wishlist-in-stock {
    color: rgb(28, 28, 35) !important;
}

.woocommerce-wishlist #yith-wcwl-form .wishlist-empty {
    text-align: center !important;
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart {
    text-align: center !important;
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button {
    padding: 0px 20px;
    background-color: rgb(222, 194, 102);
    color: rgb(255, 255, 255);
    line-height: 42px;
    font-size: 16px;
    display: inline-block !important;
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button:hover {
    background-color: rgb(28, 28, 35);
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading {
    padding-right: 30px;
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading::after {
    top: 0px;
    right: 8px;
}

@media screen and (max-width: 767px) {
    .woocommerce-wishlist #yith-wcwl-form {
        overflow-x: scroll;
    }

    .woocommerce-wishlist #yith-wcwl-form .cart.wishlist_table {
        min-width: 767px;
    }
}

.woocommerce-grouped-product-list {
    border: none;
}

.elementor-element h1, .elementor-element h2, .elementor-element h3, .elementor-element h4, .elementor-element h5, .elementor-element h6, .elementor-element .h1, .elementor-element .h2, .elementor-element .h3, .elementor-element .h4, .elementor-element .h5, .elementor-element .h6 {
    margin: 0px;
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container {
    flex-grow: 1;
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
    max-width: 1170px;
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
    max-width: 1190px;
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
    max-width: 1200px;
}

.site-content .elementor-row, .site-footer-custom .elementor-row {
    justify-content: space-between;
}

.site-content .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-container.elementor-column-gap-default {
    margin: 0px -10px;
}

.site-content .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-container.elementor-column-gap-extended {
    margin: 0px -15px;
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default {
    margin: 0px auto;
}

@media screen and (max-width: 500px) {
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended {
    margin: 0px -15px;
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-default {
    margin: 0px -10px;
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {
    margin: 0px auto;
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended {
    margin: 0px -15px;
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-default {
    margin: 0px -10px;
}

.site-content .elementor-section-stretched.elementor-section-full_width .elementor-col-100 .elementor-inner-section.elementor-section-boxed, .site-footer-custom .elementor-section-stretched.elementor-section-full_width .elementor-col-100 .elementor-inner-section.elementor-section-boxed {
    display: flex;
    justify-content: center;
}

.site-content .elementor-element-edit-mode.elementor-section-boxed .elementor-container, .site-content .elementor-section-stretched.elementor-section-full_width .elementor-inner-section.elementor-section-boxed .elementor-container, .site-footer-custom .elementor-element-edit-mode.elementor-section-boxed .elementor-container, .site-footer-custom .elementor-section-stretched.elementor-section-full_width .elementor-inner-section.elementor-section-boxed .elementor-container {
    margin: 0px auto;
}

.site-content .fa, .site-footer-custom .fa {
    font: 14px / 1 FontAwesome;
}

.site-content .cms-dropcap .elementor-drop-cap, .site-footer-custom .cms-dropcap .elementor-drop-cap {
    margin-top: -13px;
}

.slick-slide:focus {
    outline: none;
}

.cms-slick-slider .slick-loading .slick-list {
    background: rgb(255, 255, 255);
}

.cms-slick-slider .slick-loading .slick-list::after {
    content: "";
    font-family: eicons;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: 2s linear 0s infinite normal none running fa-spin;
    font-size: 25px;
    color: rgb(164, 175, 183);
}

.cms-slick-slider .slick-prev, .cms-slick-slider .slick-next {
    position: absolute;
    font-size: 0px;
    line-height: 0;
    top: 50%;
    display: block;
    width: 48px;
    height: 48px;
    background-color: rgba(204, 189, 153, 0.25);
    border: 1px solid transparent;
    padding: 0px;
    transform: translate(0px, -50%);
    cursor: pointer;
    outline: none;
    transition: 300ms;
}

.cms-slick-slider .slick-prev::before, .cms-slick-slider .slick-next::before {
    font-family: Material-Design-Iconic-Font;
    font-size: 25px;
    line-height: 1;
    font-weight: normal;
    color: rgb(222, 194, 102);
    -webkit-font-smoothing: antialiased;
}

.cms-slick-slider .slick-prev:hover, .cms-slick-slider .slick-next:hover {
    border-color: rgb(222, 194, 102);
    background-color: rgba(204, 189, 153, 0.25);
}

@media screen and (max-width: 1400px) {
    .cms-slick-slider .slick-prev, .cms-slick-slider .slick-next {
        bottom: -60px;
        transform: none;
        top: auto !important;
    }
}

.cms-slick-slider .slick-prev {
    left: -87px;
}

@media screen and (max-width: 1400px) {
    .cms-slick-slider .slick-prev {
        left: calc(50% - 55px);
    }
}

.cms-slick-slider .slick-prev::before {
    content: "";
}

.cms-slick-slider .slick-next {
    right: -87px;
}

@media screen and (max-width: 1400px) {
    .cms-slick-slider .slick-next {
        right: calc(50% - 55px);
    }
}

.cms-slick-slider .slick-next::before {
    content: "";
}

.cms-slick-slider .slick-prev:hover, .cms-slick-slider .slick-prev:focus, .cms-slick-slider .slick-next:hover, .cms-slick-slider .slick-next:focus {
    outline: none;
}

.cms-slick-slider .slick-prev:hover::before, .cms-slick-slider .slick-prev:focus::before, .cms-slick-slider .slick-next:hover::before, .cms-slick-slider .slick-next:focus::before {
    opacity: 1;
}

.cms-slick-slider .slick-prev.slick-disabled::before, .cms-slick-slider .slick-next.slick-disabled::before {
    opacity: 0.25;
}

.cms-slick-slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.cms-slick-slider ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.cms-slick-slider ul.slick-dots li {
    position: relative;
    display: inline-flex;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.cms-slick-slider ul.slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 0px;
    margin: 0px 6px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
}

.cms-slick-slider ul.slick-dots li button::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: rgb(200, 200, 200);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cms-slick-slider ul.slick-dots li.slick-active button {
    border-color: rgb(204, 189, 153);
}

.cms-slick-slider ul.slick-dots li.slick-active button::before {
    background-color: rgb(204, 189, 153);
}

.cms-slick-slider ul.slick-dots li button:hover, .cms-slick-slider ul.slick-dots li button:focus {
    outline: none;
}

.cms-slick-slider .slick-arrows-inside .slick-prev {
    left: 20px;
}

.cms-slick-slider .slick-arrows-inside .slick-next {
    right: 20px;
}

[dir="rtl"] .cms-slick-slider .slick-arrows-inside .slick-prev {
    left: auto;
    right: 20px;
}

[dir="rtl"] .cms-slick-slider .slick-arrows-inside .slick-next {
    left: 20px;
    right: auto;
}

.cms-slick-slider .slick-dots-inside .slick-dots {
    bottom: 5px;
}

.cms-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.cms-slick-slider .slick-slider .slick-prev, .cms-slick-slider .slick-slider .slick-next {
    z-index: 1;
}

.cms-slick-slider .slick-slide img {
    margin: auto;
}

.cms-accordion .cms-accordion-item {
    border-width: 0px;
    border-style: solid;
}

.cms-accordion .cms-accordion-item:not(:last-child) {
    border-bottom: none;
}

.cms-accordion .cms-accordion-item .cms-ac-title.active {
    border-width: 0px;
    border-bottom-style: solid;
}

.cms-accordion .cms-ac-title {
    padding: 15px;
    background-color: rgb(238, 238, 238);
    color: rgb(68, 68, 68);
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.cms-accordion .cms-ac-title .cms-ac-title-icon.right {
    float: right;
    margin-left: 5px;
}

.cms-accordion .cms-ac-title .cms-ac-title-icon.left {
    float: left;
    margin-right: 5px;
}

.cms-accordion .cms-ac-title .cms-ac-title-icon .cms-ac-title-icon-close {
    display: block;
}

.cms-accordion .cms-ac-title .cms-ac-title-icon .cms-ac-title-icon-open {
    display: none;
}

.cms-accordion .cms-ac-title.active .cms-ac-title-icon .cms-ac-title-icon-close {
    display: none;
}

.cms-accordion .cms-ac-title.active .cms-ac-title-icon .cms-ac-title-icon-open {
    display: block;
}

.cms-accordion .cms-ac-title.active, .cms-accordion .cms-ac-title:hover {
    background-color: rgb(204, 204, 204);
}

.cms-accordion .cms-ac-content {
    display: none;
    padding: 15px;
    background-color: white;
}

.cms-toggle .cms-toggle-item {
    border-bottom-style: solid;
    border-bottom-width: 0px;
}

.cms-toggle .cms-toggle-title {
    padding: 15px;
    color: rgb(68, 68, 68);
    cursor: pointer;
    font-weight: bold;
    border: none;
    transition: 0.4s;
}

.cms-toggle .cms-toggle-title .cms-toggle-title-icon {
    float: right;
    margin-left: 5px;
}

.cms-toggle .cms-toggle-title .cms-toggle-title-icon.left {
    float: left;
    margin-right: 5px;
}

.cms-toggle .cms-toggle-title .cms-toggle-title-icon .cms-toggle-title-icon-close {
    display: block;
}

.cms-toggle .cms-toggle-title .cms-toggle-title-icon .cms-toggle-title-icon-open {
    display: none;
}

.cms-toggle .cms-toggle-title.active .cms-toggle-title-icon .cms-toggle-title-icon-close {
    display: none;
}

.cms-toggle .cms-toggle-title.active .cms-toggle-title-icon .cms-toggle-title-icon-open {
    display: block;
}

.cms-toggle .cms-toggle-content {
    display: none;
    padding: 15px;
}

@media screen and (max-width: 520px) {
    #site-header-wrap .site-branding img {
        padding: 7px;
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.slide-in-right {
    animation: 1s ease-out 0s 1 normal none running slideInFromRight;
    opacity: 1;
}
